#067DBC

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

Shades of Cerulean #067DBC

Tints of Cerulean #067DBC

Color information

#067DBC (or 0x067DBC) is unknown color: approx Cerulean. HEX triplet: 06, 7D and BC. RGB value is (6,125,188). Sum of RGB (Red+Green+Blue) = 6+125+188=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #067DBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067DBC is #F98243. Grayscale: #606060. Windows color (decimal): -16351812 or 12352774. OLE color: 12352774.

HSL color Cylindrical-coordinate representation of color #067DBC: hue angle of 200.77º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067DBC is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6125188-
CMYK0.970.3400.26
HSL200.77º93.81%38.04%-
HSV(B)200.77º96.81%73.73%-
XYZ16.4918.3450.25-
YUV96.6179.5863.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.88%
GREEN value IS 125 (49.22% from 255) = 39.18%
BLUE value IS 188 (73.83% from 255) = 58.93%
R=1.88%
G=39.18%
B=58.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61251880.970.3400.26200.7793.8138.04
Hex67DBC612201Ac95e26
Octal61752741414203231113646
Binary1101111101101111001100001100010011010110010011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,125,188); }

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

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

 a { background-color: rgb(6,125,188); }

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

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

 span { border-color: rgb(6,125,188); }

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