#067AAA

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

Shades of Cerulean #067AAA

Tints of Cerulean #067AAA

Color information

#067AAA (or 0x067AAA) is unknown color: approx Cerulean. HEX triplet: 06, 7A and AA. RGB value is (6,122,170). Sum of RGB (Red+Green+Blue) = 6+122+170=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 170 (66.80% from 255 or 57.05% from 298); Max value from RGB is 170 - color contains mainly: blue. Hex color #067AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067AAA is #F98555. Grayscale: #5C5C5C. Windows color (decimal): -16352598 or 11172358. OLE color: 11172358.

HSL color Cylindrical-coordinate representation of color #067AAA: hue angle of 197.56º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067AAA is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6122170-
CMYK0.960.2800.33
HSL197.56º93.18%34.51%-
HSV(B)197.56º96.47%66.67%-
XYZ14.2916.8640.53-
YUV92.79171.5766.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.01%
GREEN value IS 122 (48.05% from 255) = 40.94%
BLUE value IS 170 (66.80% from 255) = 57.05%
R=2.01%
G=40.94%
B=57.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61221700.960.2800.33197.5693.1834.51
Hex67AAA601C021c65d23
Octal61722521403404130613543
Binary1101111010101010101100000111000100001110001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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