#076FAB

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

Shades of Cerulean #076FAB

Tints of Cerulean #076FAB

Color information

#076FAB (or 0x076FAB) is unknown color: approx Cerulean. HEX triplet: 07, 6F and AB. RGB value is (7,111,171). Sum of RGB (Red+Green+Blue) = 7+111+171=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 111 (43.75% from 255 or 38.41% 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 #076FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076FAB is #F89054. Grayscale: #565656. Windows color (decimal): -16289877 or 11235079. OLE color: 11235079.

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

Color convert

RGB7111171-
CMYK0.960.3500.33
HSL201.95º92.13%34.9%-
HSV(B)201.95º95.91%67.06%-
XYZ13.1214.3540.61-
YUV86.74175.5471.12-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.42%
GREEN value IS 111 (43.75% from 255) = 38.41%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=2.42%
G=38.41%
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
Decimal71111710.960.3500.33201.9592.1334.9
Hex76FAB6023021ca5c23
Octal71572531404304131213443
Binary11111011111010101111000001000110100001110010101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #076FAB; }

 p { color: rgb(7,111,171); }

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

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

 a { background-color: rgb(7,111,171); }

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

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

 span { border-color: rgb(7,111,171); }

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