#095290

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

Shades of Dark Cerulean #095290

Tints of Dark Cerulean #095290

Color information

#095290 (or 0x095290) is unknown color: approx Dark Cerulean. HEX triplet: 09, 52 and 90. RGB value is (9,82,144). Sum of RGB (Red+Green+Blue) = 9+82+144=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #095290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095290 is #F6AD6F. Grayscale: #424242. Windows color (decimal): -16166256 or 9458185. OLE color: 9458185.

HSL color Cylindrical-coordinate representation of color #095290: hue angle of 207.56º 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 #095290 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB982144-
CMYK0.940.4300.44
HSL207.56º88.24%30%-
HSV(B)207.56º93.75%56.47%-
XYZ8.168.1127.52-
YUV67.24171.3286.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 82 (32.42% from 255) = 34.89%
BLUE value IS 144 (56.64% from 255) = 61.28%
R=3.83%
G=34.89%
B=61.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9821440.940.4300.44207.5688.2430
Hex952905E2B02Cd0581e
Octal111222201365305432013036
Binary10011010010100100001011110101011010110011010000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095290; }

 p { color: rgb(9,82,144); }

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

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

 a { background-color: rgb(9,82,144); }

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

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

 span { border-color: rgb(9,82,144); }

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