#094B6F

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

Shades of Dark Cerulean #094B6F

Tints of Dark Cerulean #094B6F

Color information

#094B6F (or 0x094B6F) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4B and 6F. RGB value is (9,75,111). Sum of RGB (Red+Green+Blue) = 9+75+111=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #094B6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B6F is #F6B490. Grayscale: #3B3B3B. Windows color (decimal): -16168081 or 7293705. OLE color: 7293705.

HSL color Cylindrical-coordinate representation of color #094B6F: hue angle of 201.18º 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 #094B6F is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB975111-
CMYK0.920.3200.56
HSL201.18º85%23.53%-
HSV(B)201.18º91.89%43.53%-
XYZ5.56.2415.95-
YUV59.37157.1392.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 111 (43.75% from 255) = 56.92%
R=4.62%
G=38.46%
B=56.92%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9751110.920.3200.56201.188523.53
Hex94B6F5C20038c95518
Octal111131571344007031112530
Binary1001100101111011111011100100000011100011001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094B6F; }

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

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

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

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

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

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

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

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