#0070B1

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

Shades of Cerulean #0070B1

Tints of Cerulean #0070B1

Color information

#0070B1 (or 0x0070B1) is unknown color: approx Cerulean. HEX triplet: 00, 70 and B1. RGB value is (0,112,177). Sum of RGB (Red+Green+Blue) = 0+112+177=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #0070B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0070B1 is #FF8F4E. Grayscale: #555555. Windows color (decimal): -16748367 or 11628544. OLE color: 11628544.

HSL color Cylindrical-coordinate representation of color #0070B1: hue angle of 202.03º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0070B1 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB0112177-
CMYK10.3700.31
HSL202.03º100%34.71%-
HSV(B)202.03º100%69.41%-
XYZ13.7314.7643.72-
YUV85.92179.3966.71-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 112 (44.14% from 255) = 38.75%
BLUE value IS 177 (69.53% from 255) = 61.25%
R=0%
G=38.75%
B=61.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal011217710.3700.31202.0310034.71
Hex070B1642501Fca6423
Octal01602611444503731214443
Binary01110000101100011100100100101011111110010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0070B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0070B1; }

 p { color: rgb(0,112,177); }

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

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

 a { background-color: rgb(0,112,177); }

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

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

 span { border-color: rgb(0,112,177); }

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