#006694

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

Shades of Cerulean #006694

Tints of Cerulean #006694

Color information

#006694 (or 0x006694) is unknown color: approx Cerulean. HEX triplet: 00, 66 and 94. RGB value is (0,102,148). Sum of RGB (Red+Green+Blue) = 0+102+148=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #006694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006694 is #FF996B. Grayscale: #4C4C4C. Windows color (decimal): -16750956 or 9725440. OLE color: 9725440.

HSL color Cylindrical-coordinate representation of color #006694: hue angle of 198.65º 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 #006694 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB0102148-
CMYK10.3100.42
HSL198.65º100%29.02%-
HSV(B)198.65º100%58.04%-
XYZ10.111.6429.73-
YUV76.75168.2173.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 40.8%
BLUE value IS 148 (58.20% from 255) = 59.2%
R=0%
G=40.8%
B=59.2%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal010214810.3100.42198.6510029.02
Hex06694641F02Ac7641d
Octal01462241443705230714435
Binary0110011010010100110010011111010101011000111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006694; }

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

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

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

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

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

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

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

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