#067CAA

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

Shades of Cerulean #067CAA

Tints of Cerulean #067CAA

Color information

#067CAA (or 0x067CAA) is unknown color: approx Cerulean. HEX triplet: 06, 7C and AA. RGB value is (6,124,170). Sum of RGB (Red+Green+Blue) = 6+124+170=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #067CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067CAA is #F98355. Grayscale: #5D5D5D. Windows color (decimal): -16352086 or 11172870. OLE color: 11172870.

HSL color Cylindrical-coordinate representation of color #067CAA: hue angle of 196.83º 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 #067CAA is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6124170-
CMYK0.960.2700.33
HSL196.83º93.18%34.51%-
HSV(B)196.83º96.47%66.67%-
XYZ14.5417.3640.61-
YUV93.96170.9165.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2%
GREEN value IS 124 (48.83% from 255) = 41.33%
BLUE value IS 170 (66.80% from 255) = 56.67%
R=2%
G=41.33%
B=56.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61241700.960.2700.33196.8393.1834.51
Hex67CAA601B021c55d23
Octal61742521403304130513543
Binary1101111100101010101100000110110100001110001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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