#067CAB

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

Shades of Cerulean #067CAB

Tints of Cerulean #067CAB

Color information

#067CAB (or 0x067CAB) is unknown color: approx Cerulean. HEX triplet: 06, 7C and AB. RGB value is (6,124,171). Sum of RGB (Red+Green+Blue) = 6+124+171=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #067CAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067CAB is #F98354. Grayscale: #5D5D5D. Windows color (decimal): -16352085 or 11238406. OLE color: 11238406.

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

Color convert

RGB6124171-
CMYK0.960.2700.33
HSL197.09º93.22%34.71%-
HSV(B)197.09º96.49%67.06%-
XYZ14.6317.3941.11-
YUV94.08171.4165.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.99%
GREEN value IS 124 (48.83% from 255) = 41.20%
BLUE value IS 171 (67.19% from 255) = 56.81%
R=1.99%
G=41.20%
B=56.81%

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
Decimal61241710.960.2700.33197.0993.2234.71
Hex67CAB601B021c55d23
Octal61742531403304130513543
Binary1101111100101010111100000110110100001110001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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