#09506F

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

Shades of Dark Cerulean #09506F

Tints of Dark Cerulean #09506F

Color information

#09506F (or 0x09506F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 50 and 6F. RGB value is (9,80,111). Sum of RGB (Red+Green+Blue) = 9+80+111=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #09506F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09506F is #F6AF90. Grayscale: #3E3E3E. Windows color (decimal): -16166801 or 7294985. OLE color: 7294985.

HSL color Cylindrical-coordinate representation of color #09506F: hue angle of 198.24º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09506F is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB980111-
CMYK0.920.2800.56
HSL198.24º85%23.53%-
HSV(B)198.24º91.89%43.53%-
XYZ5.856.9416.07-
YUV62.3155.4889.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 111 (43.75% from 255) = 55.5%
R=4.5%
G=40%
B=55.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9801110.920.2800.56198.248523.53
Hex9506F5C1C038c65518
Octal111201571343407030612530
Binary100110100001101111101110011100011100011000110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09506F; }

 p { color: rgb(9,80,111); }

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

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

 a { background-color: rgb(9,80,111); }

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

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

 span { border-color: rgb(9,80,111); }

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