Html Css Color HEX #095A8E Dark Cerulean

📋 copy color: '#095A8E'

red 9 ◦ green 90 ◦ blue 142

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

Shades of Dark Cerulean #095A8E

Tints of Dark Cerulean #095A8E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.34%

 BLUE value IS 142 (55.86% from 255) = 58.92%

R = 3.73%
G = 37.34%
B = 58.92%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#095A8E (or 0x095A8E) is known color: Dark Cerulean. HEX triplet: 09, 5A and 8E. RGB value is (9,90,142). Sum of RGB (Red+Green+Blue) = 9+90+142=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 90 (35.55% from 255 or 37.34% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #095A8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A8E is #F6A571. Grayscale: #474747. Windows color (decimal): -16164210 or 9329161. OLE color: 9329161.

HSL color Cylindrical-coordinate representation of color #095A8E: hue angle of 203.46º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095A8E is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 9 90 142 -
CMYK 0.94 0.37 0 0.44
HSL 203.46º 0.88% 0.3% -
HSV(B) 203.46º 0.94% 0.56% -
XYZ 8.65 9.32 26.93 -
YUV 71.71 167.66 83.27 -
System Red Green Blue C M Y K H S L
Decimal 9 90 142 0.94 0.37 0 0.44 203.46 0.88 0.3
Hex 9 5A 8E 5E 25 0 2C CB 58 1E
Octal 11 132 216 136 45 0 54 313 130 36
Binary 1001 1011010 10001110 1011110 100101 0 101100 11001011 1011000 11110

Color Harmonies of #095A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A8E

Black with #095A8E

Text Example


Text Example

White with #095A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095A8E; }

 p { color: rgb(9,90,142); }

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

background-color css

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

 a { background-color: rgb(9,90,142); }

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

border-color css

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

 span { border-color: rgb(9,90,142); }

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