#067095

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

Shades of Cerulean #067095

Tints of Cerulean #067095

Color information

#067095 (or 0x067095) is unknown color: approx Cerulean. HEX triplet: 06, 70 and 95. RGB value is (6,112,149). Sum of RGB (Red+Green+Blue) = 6+112+149=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #067095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067095 is #F98F6A. Grayscale: #545454. Windows color (decimal): -16355179 or 9793542. OLE color: 9793542.

HSL color Cylindrical-coordinate representation of color #067095: hue angle of 195.52º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067095 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6112149-
CMYK0.960.2500.42
HSL195.52º92.26%30.39%-
HSV(B)195.52º95.97%58.43%-
XYZ11.2913.830.5-
YUV84.52164.3871.99-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.25%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=2.25%
G=41.95%
B=55.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61121490.960.2500.42195.5292.2630.39
Hex67095601902Ac45c1e
Octal61602251403105230413436
Binary110111000010010101110000011001010101011000100101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067095; }

 p { color: rgb(6,112,149); }

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

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

 a { background-color: rgb(6,112,149); }

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

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

 span { border-color: rgb(6,112,149); }

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