#006094

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

Shades of Cerulean #006094

Tints of Cerulean #006094

Color information

#006094 (or 0x006094) is unknown color: approx Cerulean. HEX triplet: 00, 60 and 94. RGB value is (0,96,148). Sum of RGB (Red+Green+Blue) = 0+96+148=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #006094 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006094 is #FF9F6B. Grayscale: #484848. Windows color (decimal): -16752492 or 9723904. OLE color: 9723904.

HSL color Cylindrical-coordinate representation of color #006094: hue angle of 201.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006094 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB096148-
CMYK10.3500.42
HSL201.08º100%29.02%-
HSV(B)201.08º100%58.04%-
XYZ9.5310.529.54-
YUV73.22170.275.77-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 148 (58.20% from 255) = 60.66%
R=0%
G=39.34%
B=60.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal09614810.3500.42201.0810029.02
Hex06094642302Ac9641d
Octal01402241444305231114435
Binary01100000100101001100100100011010101011001001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006094; }

 p { color: rgb(0,96,148); }

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

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

 a { background-color: rgb(0,96,148); }

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

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

 span { border-color: rgb(0,96,148); }

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