#0785AF

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

Shades of Cerulean #0785AF

Tints of Cerulean #0785AF

Color information

#0785AF (or 0x0785AF) is unknown color: approx Cerulean. HEX triplet: 07, 85 and AF. RGB value is (7,133,175). Sum of RGB (Red+Green+Blue) = 7+133+175=315 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #0785AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0785AF is #F87A50. Grayscale: #636363. Windows color (decimal): -16284241 or 11502855. OLE color: 11502855.

HSL color Cylindrical-coordinate representation of color #0785AF: hue angle of 195º 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 #0785AF is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7133175-
CMYK0.960.2400.31
HSL195º92.31%35.69%-
HSV(B)195º96%68.63%-
XYZ16.2119.9243.55-
YUV100.11170.2661.58-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.22%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 175 (68.75% from 255) = 55.56%
R=2.22%
G=42.22%
B=55.56%

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
Decimal71331750.960.2400.3119592.3135.69
Hex785AF601801Fc35c24
Octal72052571403003730313444
Binary1111000010110101111110000011000011111110000111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0785AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0785AF; }

 p { color: rgb(7,133,175); }

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

<style>
 a { background-color: #0785AF; }

 a { background-color: rgb(7,133,175); }

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

<style>
 span { border-color: #0785AF; }

 span { border-color: rgb(7,133,175); }

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