#0771AB

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

Shades of Cerulean #0771AB

Tints of Cerulean #0771AB

Color information

#0771AB (or 0x0771AB) is unknown color: approx Cerulean. HEX triplet: 07, 71 and AB. RGB value is (7,113,171). Sum of RGB (Red+Green+Blue) = 7+113+171=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #0771AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0771AB is #F88E54. Grayscale: #575757. Windows color (decimal): -16289365 or 11235591. OLE color: 11235591.

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

Color convert

RGB7113171-
CMYK0.960.3400.33
HSL201.22º92.13%34.9%-
HSV(B)201.22º95.91%67.06%-
XYZ13.3414.840.68-
YUV87.92174.8870.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.41%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 171 (67.19% from 255) = 58.76%
R=2.41%
G=38.83%
B=58.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71131710.960.3400.33201.2292.1334.9
Hex771AB6022021c95c23
Octal71612531404204131113443
Binary11111100011010101111000001000100100001110010011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0771AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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