Html Css Color HEX #095A8C Dark Cerulean

📋 copy color: '#095A8C'

red 9 ◦ green 90 ◦ blue 140

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

Shades of Dark Cerulean #095A8C

Tints of Dark Cerulean #095A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.58%

R = 3.77%
G = 37.66%
B = 58.58%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#095A8C (or 0x095A8C) is known color: Dark Cerulean. HEX triplet: 09, 5A and 8C. RGB value is (9,90,140). Sum of RGB (Red+Green+Blue) = 9+90+140=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #095A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A8C is #F6A573. Grayscale: #474747. Windows color (decimal): -16164212 or 9198089. OLE color: 9198089.

HSL color Cylindrical-coordinate representation of color #095A8C: hue angle of 202.9º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095A8C is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 90 140 -
CMYK 0.94 0.36 0 0.45
HSL 202.9º 0.88% 0.29% -
HSV(B) 202.9º 0.94% 0.55% -
XYZ 8.5 9.26 26.15 -
YUV 71.48 166.66 83.43 -
System Red Green Blue C M Y K H S L
Decimal 9 90 140 0.94 0.36 0 0.45 202.9 0.88 0.29
Hex 9 5A 8C 5E 24 0 2D CB 58 1D
Octal 11 132 214 136 44 0 55 313 130 35
Binary 1001 1011010 10001100 1011110 100100 0 101101 11001011 1011000 11101

Color Harmonies of #095A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A8C

Black with #095A8C

Text Example


Text Example

White with #095A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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