#067AAF

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

Shades of Cerulean #067AAF

Tints of Cerulean #067AAF

Color information

#067AAF (or 0x067AAF) is unknown color: approx Cerulean. HEX triplet: 06, 7A and AF. RGB value is (6,122,175). Sum of RGB (Red+Green+Blue) = 6+122+175=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #067AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067AAF is #F98550. Grayscale: #5D5D5D. Windows color (decimal): -16352593 or 11500038. OLE color: 11500038.

HSL color Cylindrical-coordinate representation of color #067AAF: hue angle of 198.82º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067AAF is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6122175-
CMYK0.970.3000.31
HSL198.82º93.37%35.49%-
HSV(B)198.82º96.57%68.63%-
XYZ14.7717.0543.07-
YUV93.36174.0765.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.98%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 175 (68.75% from 255) = 57.76%
R=1.98%
G=40.26%
B=57.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61221750.970.3000.31198.8293.3735.49
Hex67AAF611E01Fc75d23
Octal61722571413603730713543
Binary110111101010101111110000111110011111110001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067AAF; }

 p { color: rgb(6,122,175); }

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

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

 a { background-color: rgb(6,122,175); }

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

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

 span { border-color: rgb(6,122,175); }

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