Html Css Color HEX #09407B Dark Cerulean

📋 copy color: '#09407B'

red 9 ◦ green 64 ◦ blue 123

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

Shades of Dark Cerulean #09407B

Tints of Dark Cerulean #09407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.65%

 BLUE value IS 123 (48.44% from 255) = 62.76%

R = 4.59%
G = 32.65%
B = 62.76%

CMYK

 C value IS 0.93

 M value IS 0.48

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09407B (or 0x09407B) is known color: Dark Cerulean. HEX triplet: 09, 40 and 7B. RGB value is (9,64,123). Sum of RGB (Red+Green+Blue) = 9+64+123=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #09407B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09407B is #F6BF84. Grayscale: #353535. Windows color (decimal): -16170885 or 8077321. OLE color: 8077321.

HSL color Cylindrical-coordinate representation of color #09407B: hue angle of 211.05º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09407B is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 64 123 -
CMYK 0.93 0.48 0 0.52
HSL 211.05º 0.86% 0.26% -
HSV(B) 211.05º 0.93% 0.48% -
XYZ 5.52 5.15 19.44 -
YUV 54.28 166.78 95.7 -
System Red Green Blue C M Y K H S L
Decimal 9 64 123 0.93 0.48 0 0.52 211.05 0.86 0.26
Hex 9 40 7B 5D 30 0 34 D3 56 1A
Octal 11 100 173 135 60 0 64 323 126 32
Binary 1001 1000000 1111011 1011101 110000 0 110100 11010011 1010110 11010

Color Harmonies of #09407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09407B

Black with #09407B

Text Example


Text Example

White with #09407B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,64,123); }

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

background-color css

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

 a { background-color: rgb(9,64,123); }

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

border-color css

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

 span { border-color: rgb(9,64,123); }

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