Html Css Color HEX #09428B Dark Cerulean

📋 copy color: '#09428B'

red 9 ◦ green 66 ◦ blue 139

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

Shades of Dark Cerulean #09428B

Tints of Dark Cerulean #09428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

 BLUE value IS 139 (54.69% from 255) = 64.95%

R = 4.21%
G = 30.84%
B = 64.95%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09428B (or 0x09428B) is known color: Dark Cerulean. HEX triplet: 09, 42 and 8B. RGB value is (9,66,139). Sum of RGB (Red+Green+Blue) = 9+66+139=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #09428B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09428B is #F6BD74. Grayscale: #383838. Windows color (decimal): -16170357 or 9126409. OLE color: 9126409.

HSL color Cylindrical-coordinate representation of color #09428B: hue angle of 213.69º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09428B is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 66 139 -
CMYK 0.94 0.53 0 0.45
HSL 213.69º 0.88% 0.29% -
HSV(B) 213.69º 0.94% 0.55% -
XYZ 6.72 5.82 25.19 -
YUV 57.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 9 66 139 0.94 0.53 0 0.45 213.69 0.88 0.29
Hex 9 42 8B 5E 35 0 2D D6 58 1D
Octal 11 102 213 136 65 0 55 326 130 35
Binary 1001 1000010 10001011 1011110 110101 0 101101 11010110 1011000 11101

Color Harmonies of #09428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09428B

Black with #09428B

Text Example


Text Example

White with #09428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09428B; }

 p { color: rgb(9,66,139); }

 H1.HeaderClassName
 {
   color: #09428B;
 }
 .AnyTagClassName
 {
   color: #09428B;
 }
</style>

background-color css

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

 a { background-color: rgb(9,66,139); }

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

border-color css

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

 span { border-color: rgb(9,66,139); }

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