#095E8D

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

Shades of Dark Cerulean #095E8D

Tints of Dark Cerulean #095E8D

Color information

#095E8D (or 0x095E8D) is unknown color: approx Dark Cerulean. HEX triplet: 09, 5E and 8D. RGB value is (9,94,141). Sum of RGB (Red+Green+Blue) = 9+94+141=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #095E8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E8D is #F6A172. Grayscale: #494949. Windows color (decimal): -16163187 or 9264649. OLE color: 9264649.

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

Color convert

RGB994141-
CMYK0.940.3300.45
HSL201.36º88%29.41%-
HSV(B)201.36º93.62%55.29%-
XYZ8.929.9926.66-
YUV73.94165.8481.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.69%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=3.69%
G=38.52%
B=57.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9941410.940.3300.45201.368829.41
Hex95E8D5E2102Dc9581d
Octal111362151364105531113035
Binary10011011110100011011011110100001010110111001001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,94,141); }

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

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

 a { background-color: rgb(9,94,141); }

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

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

 span { border-color: rgb(9,94,141); }

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