#095A8B

Color #095A8B Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #095A8B

Tints of Dark Cerulean #095A8B

Color information

#095A8B (or 0x095A8B) is unknown color: approx Dark Cerulean. HEX triplet: 09, 5A and 8B. RGB value is (9,90,139). Sum of RGB (Red+Green+Blue) = 9+90+139=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #095A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A8B is #F6A574. Grayscale: #474747. Windows color (decimal): -16164213 or 9132553. OLE color: 9132553.

HSL color Cylindrical-coordinate representation of color #095A8B: hue angle of 202.62º 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 #095A8B is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB990139-
CMYK0.940.3500.45
HSL202.62º87.84%29.02%-
HSV(B)202.62º93.53%54.51%-
XYZ8.439.2325.76-
YUV71.37166.1683.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 90 (35.55% from 255) = 37.82%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=3.78%
G=37.82%
B=58.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9901390.940.3500.45202.6287.8429.02
Hex95A8B5E2302Dcb581d
Octal111322131364305531313035
Binary10011011010100010111011110100011010110111001011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #095A8B;
 }
 .AnyTagClassName
 {
   color: #095A8B;
 }
</style>
background-color css

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

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

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

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

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

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