#0786B1

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

Shades of Cerulean #0786B1

Tints of Cerulean #0786B1

Color information

#0786B1 (or 0x0786B1) is unknown color: approx Cerulean. HEX triplet: 07, 86 and B1. RGB value is (7,134,177). Sum of RGB (Red+Green+Blue) = 7+134+177=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 177 (69.53% from 255 or 55.66% from 318); Max value from RGB is 177 - color contains mainly: blue. Hex color #0786B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0786B1 is #F8794E. Grayscale: #646464. Windows color (decimal): -16283983 or 11634183. OLE color: 11634183.

HSL color Cylindrical-coordinate representation of color #0786B1: hue angle of 195.18º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0786B1 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7134177-
CMYK0.960.2400.31
HSL195.18º92.39%36.08%-
HSV(B)195.18º96.05%69.41%-
XYZ16.5520.2744.64-
YUV100.93170.9261-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.20%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 177 (69.53% from 255) = 55.66%
R=2.20%
G=42.14%
B=55.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71341770.960.2400.31195.1892.3936.08
Hex786B1601801Fc35c24
Octal72062611403003730313444
Binary1111000011010110001110000011000011111110000111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0786B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,134,177); }

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

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

 a { background-color: rgb(7,134,177); }

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

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

 span { border-color: rgb(7,134,177); }

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