Html Css Color HEX #09538E Dark Cerulean

📋 copy color: '#09538E'

red 9 ◦ green 83 ◦ blue 142

#09538E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #09538E

Tints of Dark Cerulean #09538E

RGB

 RED value IS 9 (3.91% from 255) = 3.85%

 GREEN value IS 83 (32.81% from 255) = 35.47%

 BLUE value IS 142 (55.86% from 255) = 60.68%

R = 3.85%
G = 35.47%
B = 60.68%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09538E (or 0x09538E) is known color: Dark Cerulean. HEX triplet: 09, 53 and 8E. RGB value is (9,83,142). Sum of RGB (Red+Green+Blue) = 9+83+142=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #09538E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09538E is #F6AC71. Grayscale: #434343. Windows color (decimal): -16166002 or 9327369. OLE color: 9327369.

HSL color Cylindrical-coordinate representation of color #09538E: hue angle of 206.62º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09538E is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 83 142 -
CMYK 0.94 0.42 0 0.44
HSL 206.62º 0.88% 0.3% -
HSV(B) 206.62º 0.94% 0.56% -
XYZ 8.09 8.2 26.75 -
YUV 67.6 169.98 86.2 -
System Red Green Blue C M Y K H S L
Decimal 9 83 142 0.94 0.42 0 0.44 206.62 0.88 0.3
Hex 9 53 8E 5E 2A 0 2C CF 58 1E
Octal 11 123 216 136 52 0 54 317 130 36
Binary 1001 1010011 10001110 1011110 101010 0 101100 11001111 1011000 11110

Color Harmonies of #09538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09538E

Black with #09538E

Text Example


Text Example

White with #09538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09538E; }

 p { color: rgb(9,83,142); }

 H1.HeaderClassName
 {
   color: #09538E;
 }
 .AnyTagClassName
 {
   color: #09538E;
 }
</style>

background-color css

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

 a { background-color: rgb(9,83,142); }

 div.DivClassName
 {
   background-color: #09538E;
 }
 .BgClassName
 {
   background-color: #09538E;
 }
</style>

border-color css

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

 span { border-color: rgb(9,83,142); }

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