Html Css Color HEX #095477 Dark Cerulean

📋 copy color: '#095477'

red 9 ◦ green 84 ◦ blue 119

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

Shades of Dark Cerulean #095477

Tints of Dark Cerulean #095477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.62%

 BLUE value IS 119 (46.88% from 255) = 56.13%

R = 4.25%
G = 39.62%
B = 56.13%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#095477 (or 0x095477) is known color: Dark Cerulean. HEX triplet: 09, 54 and 77. RGB value is (9,84,119). Sum of RGB (Red+Green+Blue) = 9+84+119=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 119 (46.88% from 255 or 56.13% from 212); Max value from RGB is 119 - color contains mainly: blue. Hex color #095477 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095477 is #F6AB88. Grayscale: #414141. Windows color (decimal): -16165769 or 7820297. OLE color: 7820297.

HSL color Cylindrical-coordinate representation of color #095477: hue angle of 199.09º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095477 is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 84 119 -
CMYK 0.92 0.29 0 0.53
HSL 199.09º 0.86% 0.25% -
HSV(B) 199.09º 0.92% 0.47% -
XYZ 6.61 7.73 18.6 -
YUV 65.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 9 84 119 0.92 0.29 0 0.53 199.09 0.86 0.25
Hex 9 54 77 5C 1D 0 35 C7 56 19
Octal 11 124 167 134 35 0 65 307 126 31
Binary 1001 1010100 1110111 1011100 11101 0 110101 11000111 1010110 11001

Color Harmonies of #095477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095477

Black with #095477

Text Example


Text Example

White with #095477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095477; }

 p { color: rgb(9,84,119); }

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

background-color css

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

 a { background-color: rgb(9,84,119); }

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

border-color css

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

 span { border-color: rgb(9,84,119); }

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