#067299

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

Shades of Cerulean #067299

Tints of Cerulean #067299

Color information

#067299 (or 0x067299) is unknown color: approx Cerulean. HEX triplet: 06, 72 and 99. RGB value is (6,114,153). Sum of RGB (Red+Green+Blue) = 6+114+153=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #067299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067299 is #F98D66. Grayscale: #555555. Windows color (decimal): -16354663 or 10056198. OLE color: 10056198.

HSL color Cylindrical-coordinate representation of color #067299: hue angle of 195.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067299 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6114153-
CMYK0.960.2500.4
HSL195.92º92.45%31.18%-
HSV(B)195.92º96.08%60%-
XYZ11.8414.3732.29-
YUV86.15165.7270.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.20%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=2.20%
G=41.76%
B=56.04%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal61141530.960.2500.4195.9292.4531.18
Hex672996019028c45c1f
Octal61622311403105030413437
Binary110111001010011001110000011001010100011000100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067299; }

 p { color: rgb(6,114,153); }

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

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

 a { background-color: rgb(6,114,153); }

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

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

 span { border-color: rgb(6,114,153); }

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