#230597

Color #230597 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #230597

Tints of Ultramarine #230597

Color information

#230597 (or 0x230597) is unknown color: approx Ultramarine. HEX triplet: 23, 05 and 97. RGB value is (35,5,151). Sum of RGB (Red+Green+Blue) = 35+5+151=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 151 (59.38% from 255 or 79.06% from 191); Max value from RGB is 151 - color contains mainly: blue. Hex color #230597 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230597 is #DCFA68. Grayscale: #1E1E1E. Windows color (decimal): -14482025 or 9897251. OLE color: 9897251.

HSL color Cylindrical-coordinate representation of color #230597: hue angle of 252.33º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230597 is Cyan = 0.77, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB355151-
CMYK0.770.9700.41
HSL252.33º93.59%30.59%-
HSV(B)252.33º96.69%59.22%-
XYZ6.332.729.47-
YUV30.61195.94131.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 151 (59.38% from 255) = 79.06%
R=18.32%
G=2.62%
B=79.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3551510.770.9700.41252.3393.5930.59
Hex235974D61029fc5e1f
Octal43522711514105137413637
Binary1000111011001011110011011100001010100111111100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230597; }

 p { color: rgb(35,5,151); }

 H1.HeaderClassName
 {
   color: #230597;
 }
 .AnyTagClassName
 {
   color: #230597;
 }
</style>
background-color css

<style>
 a { background-color: #230597; }

 a { background-color: rgb(35,5,151); }

 div.DivClassName
 {
   background-color: #230597;
 }
 .BgClassName
 {
   background-color: #230597;
 }
</style>
border-color css

<style>
 span { border-color: #230597; }

 span { border-color: rgb(35,5,151); }

 td.TdClassName
 {
   border-color: #230597;
 }
 .TagClassName
 {
   border-color: #230597;
 }
</style>