#067BB2

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

Shades of Cerulean #067BB2

Tints of Cerulean #067BB2

Color information

#067BB2 (or 0x067BB2) is unknown color: approx Cerulean. HEX triplet: 06, 7B and B2. RGB value is (6,123,178). Sum of RGB (Red+Green+Blue) = 6+123+178=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 178 (69.92% from 255 or 57.98% from 307); Max value from RGB is 178 - color contains mainly: blue. Hex color #067BB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067BB2 is #F9844D. Grayscale: #5D5D5D. Windows color (decimal): -16352334 or 11696902. OLE color: 11696902.

HSL color Cylindrical-coordinate representation of color #067BB2: hue angle of 199.19º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BB2 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6123178-
CMYK0.970.3100.30
HSL199.19º93.48%36.08%-
HSV(B)199.19º96.63%69.8%-
XYZ15.1917.4244.68-
YUV94.29175.2465.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.95%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 178 (69.92% from 255) = 57.98%
R=1.95%
G=40.07%
B=57.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61231780.970.3100.30199.1993.4836.08
Hex67BB2611F01Ec75d24
Octal61732621413703630713544
Binary110111101110110010110000111111011110110001111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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