Html Css Color HEX #09487F Dark Cerulean

📋 copy color: '#09487F'

red 9 ◦ green 72 ◦ blue 127

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

Shades of Dark Cerulean #09487F

Tints of Dark Cerulean #09487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.62%

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

R = 4.33%
G = 34.62%
B = 61.06%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#09487F (or 0x09487F) is known color: Dark Cerulean. HEX triplet: 09, 48 and 7F. RGB value is (9,72,127). Sum of RGB (Red+Green+Blue) = 9+72+127=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #09487F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09487F is #F6B780. Grayscale: #3B3B3B. Windows color (decimal): -16168833 or 8341513. OLE color: 8341513.

HSL color Cylindrical-coordinate representation of color #09487F: hue angle of 207.97º 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 #09487F is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 72 127 -
CMYK 0.93 0.43 0 0.50
HSL 207.97º 0.87% 0.27% -
HSV(B) 207.97º 0.93% 0.5% -
XYZ 6.26 6.23 20.95 -
YUV 59.43 166.13 92.03 -
System Red Green Blue C M Y K H S L
Decimal 9 72 127 0.93 0.43 0 0.50 207.97 0.87 0.27
Hex 9 48 7F 5D 2B 0 32 D0 57 1B
Octal 11 110 177 135 53 0 62 320 127 33
Binary 1001 1001000 1111111 1011101 101011 0 110010 11010000 1010111 11011

Color Harmonies of #09487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09487F

Black with #09487F

Text Example


Text Example

White with #09487F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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