#0775AC

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

Shades of Cerulean #0775AC

Tints of Cerulean #0775AC

Color information

#0775AC (or 0x0775AC) is unknown color: approx Cerulean. HEX triplet: 07, 75 and AC. RGB value is (7,117,172). Sum of RGB (Red+Green+Blue) = 7+117+172=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #0775AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0775AC is #F88A53. Grayscale: #5A5A5A. Windows color (decimal): -16288340 or 11302151. OLE color: 11302151.

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

Color convert

RGB7117172-
CMYK0.960.3200.33
HSL200º92.18%35.1%-
HSV(B)200º95.93%67.45%-
XYZ13.915.7541.34-
YUV90.38174.0668.53-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.36%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 172 (67.58% from 255) = 58.11%
R=2.36%
G=39.53%
B=58.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71171720.960.3200.3320092.1835.1
Hex775AC6020021c85c23
Octal71652541404004131013443
Binary11111101011010110011000001000000100001110010001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0775AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0775AC; }

 p { color: rgb(7,117,172); }

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

<style>
 a { background-color: #0775AC; }

 a { background-color: rgb(7,117,172); }

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

<style>
 span { border-color: #0775AC; }

 span { border-color: rgb(7,117,172); }

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