#077FC1

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

Shades of Cerulean #077FC1

Tints of Cerulean #077FC1

Color information

#077FC1 (or 0x077FC1) is unknown color: approx Cerulean. HEX triplet: 07, 7F and C1. RGB value is (7,127,193). Sum of RGB (Red+Green+Blue) = 7+127+193=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 193 (75.78% from 255 or 59.02% from 327); Max value from RGB is 193 - color contains mainly: blue. Hex color #077FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077FC1 is #F8803E. Grayscale: #626262. Windows color (decimal): -16285759 or 12680967. OLE color: 12680967.

HSL color Cylindrical-coordinate representation of color #077FC1: hue angle of 201.29º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077FC1 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7127193-
CMYK0.960.3400.24
HSL201.29º93%39.22%-
HSV(B)201.29º96.37%75.69%-
XYZ17.319.0753.22-
YUV98.64181.2462.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.14%
GREEN value IS 127 (50% from 255) = 38.84%
BLUE value IS 193 (75.78% from 255) = 59.02%
R=2.14%
G=38.84%
B=59.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71271930.960.3400.24201.299339.22
Hex77FC16022018c95d27
Octal71773011404203031113547
Binary1111111111110000011100000100010011000110010011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077FC1; }

 p { color: rgb(7,127,193); }

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

<style>
 a { background-color: #077FC1; }

 a { background-color: rgb(7,127,193); }

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

<style>
 span { border-color: #077FC1; }

 span { border-color: rgb(7,127,193); }

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