#067BAA

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

Shades of Cerulean #067BAA

Tints of Cerulean #067BAA

Color information

#067BAA (or 0x067BAA) is unknown color: approx Cerulean. HEX triplet: 06, 7B and AA. RGB value is (6,123,170). Sum of RGB (Red+Green+Blue) = 6+123+170=299 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 170 (66.80% from 255 or 56.86% from 299); Max value from RGB is 170 - color contains mainly: blue. Hex color #067BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067BAA is #F98455. Grayscale: #5D5D5D. Windows color (decimal): -16352342 or 11172614. OLE color: 11172614.

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

Color convert

RGB6123170-
CMYK0.960.2800.33
HSL197.2º93.18%34.51%-
HSV(B)197.2º96.47%66.67%-
XYZ14.4117.1140.57-
YUV93.37171.2465.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.01%
GREEN value IS 123 (48.44% from 255) = 41.14%
BLUE value IS 170 (66.80% from 255) = 56.86%
R=2.01%
G=41.14%
B=56.86%

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
Decimal61231700.960.2800.33197.293.1834.51
Hex67BAA601C021c55d23
Octal61732521403404130513543
Binary1101111011101010101100000111000100001110001011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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