Html Css Color HEX #09486A Dark Cerulean

📋 copy color: '#09486A'

red 9 ◦ green 72 ◦ blue 106

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

Shades of Dark Cerulean #09486A

Tints of Dark Cerulean #09486A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 56.68%

R = 4.81%
G = 38.5%
B = 56.68%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09486A (or 0x09486A) is known color: Dark Cerulean. HEX triplet: 09, 48 and 6A. RGB value is (9,72,106). Sum of RGB (Red+Green+Blue) = 9+72+106=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #09486A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09486A is #F6B795. Grayscale: #383838. Windows color (decimal): -16168854 or 6965257. OLE color: 6965257.

HSL color Cylindrical-coordinate representation of color #09486A: hue angle of 201.03º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09486A is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 72 106 -
CMYK 0.92 0.32 0 0.58
HSL 201.03º 0.84% 0.23% -
HSV(B) 201.03º 0.92% 0.42% -
XYZ 5.03 5.73 14.48 -
YUV 57.04 155.63 93.74 -
System Red Green Blue C M Y K H S L
Decimal 9 72 106 0.92 0.32 0 0.58 201.03 0.84 0.23
Hex 9 48 6A 5C 20 0 3A C9 54 17
Octal 11 110 152 134 40 0 72 311 124 27
Binary 1001 1001000 1101010 1011100 100000 0 111010 11001001 1010100 10111

Color Harmonies of #09486A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09486A

Black with #09486A

Text Example


Text Example

White with #09486A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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