Html Css Color HEX #09558A Dark Cerulean

📋 copy color: '#09558A'

red 9 ◦ green 85 ◦ blue 138

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

Shades of Dark Cerulean #09558A

Tints of Dark Cerulean #09558A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.64%

 BLUE value IS 138 (54.3% from 255) = 59.48%

R = 3.88%
G = 36.64%
B = 59.48%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#09558A (or 0x09558A) is known color: Dark Cerulean. HEX triplet: 09, 55 and 8A. RGB value is (9,85,138). Sum of RGB (Red+Green+Blue) = 9+85+138=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 138 (54.30% from 255 or 59.48% from 232); Max value from RGB is 138 - color contains mainly: blue. Hex color #09558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09558A is #F6AA75. Grayscale: #444444. Windows color (decimal): -16165494 or 9065737. OLE color: 9065737.

HSL color Cylindrical-coordinate representation of color #09558A: hue angle of 204.65º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09558A is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 9 85 138 -
CMYK 0.93 0.38 0 0.46
HSL 204.65º 0.88% 0.29% -
HSV(B) 204.65º 0.93% 0.54% -
XYZ 7.95 8.39 25.25 -
YUV 68.32 167.32 85.69 -
System Red Green Blue C M Y K H S L
Decimal 9 85 138 0.93 0.38 0 0.46 204.65 0.88 0.29
Hex 9 55 8A 5D 26 0 2E CD 58 1D
Octal 11 125 212 135 46 0 56 315 130 35
Binary 1001 1010101 10001010 1011101 100110 0 101110 11001101 1011000 11101

Color Harmonies of #09558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09558A

Black with #09558A

Text Example


Text Example

White with #09558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,85,138); }

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

background-color css

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

 a { background-color: rgb(9,85,138); }

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

border-color css

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

 span { border-color: rgb(9,85,138); }

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