Html Css Color HEX #09438E Dark Cerulean

📋 copy color: '#09438E'

red 9 ◦ green 67 ◦ blue 142

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

Shades of Dark Cerulean #09438E

Tints of Dark Cerulean #09438E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

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

R = 4.13%
G = 30.73%
B = 65.14%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#09438E (or 0x09438E) is known color: Dark Cerulean. HEX triplet: 09, 43 and 8E. RGB value is (9,67,142). Sum of RGB (Red+Green+Blue) = 9+67+142=218 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.13% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #09438E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09438E is #F6BC71. Grayscale: #393939. Windows color (decimal): -16170098 or 9323273. OLE color: 9323273.

HSL color Cylindrical-coordinate representation of color #09438E: hue angle of 213.83º 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 #09438E is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 67 142 -
CMYK 0.94 0.53 0 0.44
HSL 213.83º 0.88% 0.3% -
HSV(B) 213.83º 0.94% 0.56% -
XYZ 7 6.03 26.39 -
YUV 58.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 9 67 142 0.94 0.53 0 0.44 213.83 0.88 0.3
Hex 9 43 8E 5E 35 0 2C D6 58 1E
Octal 11 103 216 136 65 0 54 326 130 36
Binary 1001 1000011 10001110 1011110 110101 0 101100 11010110 1011000 11110

Color Harmonies of #09438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09438E

Black with #09438E

Text Example


Text Example

White with #09438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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