Html Css Color HEX #09467F Dark Cerulean

📋 copy color: '#09467F'

red 9 ◦ green 70 ◦ blue 127

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

Shades of Dark Cerulean #09467F

Tints of Dark Cerulean #09467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.98%

 BLUE value IS 127 (50% from 255) = 61.65%

R = 4.37%
G = 33.98%
B = 61.65%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09467F (or 0x09467F) is known color: Dark Cerulean. HEX triplet: 09, 46 and 7F. RGB value is (9,70,127). Sum of RGB (Red+Green+Blue) = 9+70+127=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #09467F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09467F is #F6B980. Grayscale: #393939. Windows color (decimal): -16169345 or 8341001. OLE color: 8341001.

HSL color Cylindrical-coordinate representation of color #09467F: hue angle of 208.98º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09467F is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 70 127 -
CMYK 0.93 0.45 0 0.50
HSL 208.98º 0.87% 0.27% -
HSV(B) 208.98º 0.93% 0.5% -
XYZ 6.13 5.97 20.91 -
YUV 58.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 9 70 127 0.93 0.45 0 0.50 208.98 0.87 0.27
Hex 9 46 7F 5D 2D 0 32 D1 57 1B
Octal 11 106 177 135 55 0 62 321 127 33
Binary 1001 1000110 1111111 1011101 101101 0 110010 11010001 1010111 11011

Color Harmonies of #09467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09467F

Black with #09467F

Text Example


Text Example

White with #09467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09467F; }

 p { color: rgb(9,70,127); }

 H1.HeaderClassName
 {
   color: #09467F;
 }
 .AnyTagClassName
 {
   color: #09467F;
 }
</style>

background-color css

<style>
 a { background-color: #09467F; }

 a { background-color: rgb(9,70,127); }

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

border-color css

<style>
 span { border-color: #09467F; }

 span { border-color: rgb(9,70,127); }

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