#067AB4

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

Shades of Cerulean #067AB4

Tints of Cerulean #067AB4

Color information

#067AB4 (or 0x067AB4) is unknown color: approx Cerulean. HEX triplet: 06, 7A and B4. RGB value is (6,122,180). Sum of RGB (Red+Green+Blue) = 6+122+180=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 122 (48.05% from 255 or 39.61% from 308); Blue value is 180 (70.70% from 255 or 58.44% from 308); Max value from RGB is 180 - color contains mainly: blue. Hex color #067AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067AB4 is #F9854B. Grayscale: #5D5D5D. Windows color (decimal): -16352588 or 11827718. OLE color: 11827718.

HSL color Cylindrical-coordinate representation of color #067AB4: hue angle of 200º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067AB4 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6122180-
CMYK0.970.3200.29
HSL200º93.55%36.47%-
HSV(B)200º96.67%70.59%-
XYZ15.2717.2545.71-
YUV93.93176.5765.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 122 (48.05% from 255) = 39.61%
BLUE value IS 180 (70.70% from 255) = 58.44%
R=1.95%
G=39.61%
B=58.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61221800.970.3200.2920093.5536.47
Hex67AB4612001Dc85e24
Octal61722641414003531013644
Binary1101111010101101001100001100000011101110010001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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