Html Css Color HEX #09428A Dark Cerulean

📋 copy color: '#09428A'

red 9 ◦ green 66 ◦ blue 138

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

Shades of Dark Cerulean #09428A

Tints of Dark Cerulean #09428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.79%

R = 4.23%
G = 30.99%
B = 64.79%

CMYK

 C value IS 0.93

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09428A (or 0x09428A) is known color: Dark Cerulean. HEX triplet: 09, 42 and 8A. RGB value is (9,66,138). Sum of RGB (Red+Green+Blue) = 9+66+138=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #09428A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09428A is #F6BD75. Grayscale: #383838. Windows color (decimal): -16170358 or 9060873. OLE color: 9060873.

HSL color Cylindrical-coordinate representation of color #09428A: hue angle of 213.49º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09428A is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 66 138 -
CMYK 0.93 0.52 0 0.46
HSL 213.49º 0.88% 0.29% -
HSV(B) 213.49º 0.93% 0.54% -
XYZ 6.65 5.79 24.81 -
YUV 57.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 9 66 138 0.93 0.52 0 0.46 213.49 0.88 0.29
Hex 9 42 8A 5D 34 0 2E D5 58 1D
Octal 11 102 212 135 64 0 56 325 130 35
Binary 1001 1000010 10001010 1011101 110100 0 101110 11010101 1011000 11101

Color Harmonies of #09428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09428A

Black with #09428A

Text Example


Text Example

White with #09428A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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