#0670AB

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

Shades of Cerulean #0670AB

Tints of Cerulean #0670AB

Color information

#0670AB (or 0x0670AB) is unknown color: approx Cerulean. HEX triplet: 06, 70 and AB. RGB value is (6,112,171). Sum of RGB (Red+Green+Blue) = 6+112+171=289 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #0670AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0670AB is #F98F54. Grayscale: #565656. Windows color (decimal): -16355157 or 11235334. OLE color: 11235334.

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

Color convert

RGB6112171-
CMYK0.960.3500.33
HSL201.45º93.22%34.71%-
HSV(B)201.45º96.49%67.06%-
XYZ13.2214.5740.64-
YUV87.03175.3870.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.08%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=2.08%
G=38.75%
B=59.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61121710.960.3500.33201.4593.2234.71
Hex670AB6023021c95d23
Octal61602531404304131113543
Binary11011100001010101111000001000110100001110010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0670AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0670AB; }

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

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

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

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

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

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

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

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