#067CB3

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

Shades of Cerulean #067CB3

Tints of Cerulean #067CB3

Color information

#067CB3 (or 0x067CB3) is unknown color: approx Cerulean. HEX triplet: 06, 7C and B3. RGB value is (6,124,179). Sum of RGB (Red+Green+Blue) = 6+124+179=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 179 (70.31% from 255 or 57.93% from 309); Max value from RGB is 179 - color contains mainly: blue. Hex color #067CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067CB3 is #F9834C. Grayscale: #5E5E5E. Windows color (decimal): -16352077 or 11762694. OLE color: 11762694.

HSL color Cylindrical-coordinate representation of color #067CB3: hue angle of 199.08º degrees, saturation: 0.94, 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 #067CB3 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6124179-
CMYK0.970.3100.30
HSL199.08º93.51%36.27%-
HSV(B)199.08º96.65%70.2%-
XYZ15.4217.7145.25-
YUV94.99175.4164.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.94%
GREEN value IS 124 (48.83% from 255) = 40.13%
BLUE value IS 179 (70.31% from 255) = 57.93%
R=1.94%
G=40.13%
B=57.93%

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
Decimal61241790.970.3100.30199.0893.5136.27
Hex67CB3611F01Ec75e24
Octal61742631413703630713644
Binary110111110010110011110000111111011110110001111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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