Html Css Color HEX #09458B Dark Cerulean

📋 copy color: '#09458B'

red 9 ◦ green 69 ◦ blue 139

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

Shades of Dark Cerulean #09458B

Tints of Dark Cerulean #09458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

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

R = 4.15%
G = 31.8%
B = 64.06%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09458B (or 0x09458B) is known color: Dark Cerulean. HEX triplet: 09, 45 and 8B. RGB value is (9,69,139). Sum of RGB (Red+Green+Blue) = 9+69+139=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #09458B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09458B is #F6BA74. Grayscale: #3A3A3A. Windows color (decimal): -16169589 or 9127177. OLE color: 9127177.

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

Color convert

RGB 9 69 139 -
CMYK 0.94 0.50 0 0.45
HSL 212.31º 0.88% 0.29% -
HSV(B) 212.31º 0.94% 0.55% -
XYZ 6.9 6.18 25.25 -
YUV 59.04 173.12 92.31 -
System Red Green Blue C M Y K H S L
Decimal 9 69 139 0.94 0.50 0 0.45 212.31 0.88 0.29
Hex 9 45 8B 5E 32 0 2D D4 58 1D
Octal 11 105 213 136 62 0 55 324 130 35
Binary 1001 1000101 10001011 1011110 110010 0 101101 11010100 1011000 11101

Color Harmonies of #09458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09458B

Black with #09458B

Text Example


Text Example

White with #09458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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