#006F99

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

Shades of Cerulean #006F99

Tints of Cerulean #006F99

Color information

#006F99 (or 0x006F99) is unknown color: approx Cerulean. HEX triplet: 00, 6F and 99. RGB value is (0,111,153). Sum of RGB (Red+Green+Blue) = 0+111+153=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #006F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F99 is #FF9066. Grayscale: #525252. Windows color (decimal): -16748647 or 10055424. OLE color: 10055424.

HSL color Cylindrical-coordinate representation of color #006F99: hue angle of 196.47º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F99 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB0111153-
CMYK10.2700.4
HSL196.47º100%30%-
HSV(B)196.47º100%60%-
XYZ11.4313.6732.17-
YUV82.6167.7369.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 153 (60.16% from 255) = 57.95%
R=0%
G=42.05%
B=57.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal011115310.2700.4196.4710030
Hex06F99641B028c4641e
Octal01572311443305030414436
Binary0110111110011001110010011011010100011000100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006F99; }

 p { color: rgb(0,111,153); }

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

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

 a { background-color: rgb(0,111,153); }

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

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

 span { border-color: rgb(0,111,153); }

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