Html Css Color HEX #09428D Dark Cerulean

📋 copy color: '#09428D'

red 9 ◦ green 66 ◦ blue 141

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

Shades of Dark Cerulean #09428D

Tints of Dark Cerulean #09428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 65.28%

R = 4.17%
G = 30.56%
B = 65.28%

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

#09428D (or 0x09428D) is known color: Dark Cerulean. HEX triplet: 09, 42 and 8D. RGB value is (9,66,141). Sum of RGB (Red+Green+Blue) = 9+66+141=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #09428D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09428D is #F6BD72. Grayscale: #393939. Windows color (decimal): -16170355 or 9257481. OLE color: 9257481.

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

Color convert

RGB 9 66 141 -
CMYK 0.94 0.53 0 0.45
HSL 214.09º 0.88% 0.29% -
HSV(B) 214.09º 0.94% 0.55% -
XYZ 6.87 5.88 25.97 -
YUV 57.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 9 66 141 0.94 0.53 0 0.45 214.09 0.88 0.29
Hex 9 42 8D 5E 35 0 2D D6 58 1D
Octal 11 102 215 136 65 0 55 326 130 35
Binary 1001 1000010 10001101 1011110 110101 0 101101 11010110 1011000 11101

Color Harmonies of #09428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09428D

Black with #09428D

Text Example


Text Example

White with #09428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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