#05719D

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

Shades of Cerulean #05719D

Tints of Cerulean #05719D

Color information

#05719D (or 0x05719D) is unknown color: approx Cerulean. HEX triplet: 05, 71 and 9D. RGB value is (5,113,157). Sum of RGB (Red+Green+Blue) = 5+113+157=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 157 (61.72% from 255 or 57.09% from 275); Max value from RGB is 157 - color contains mainly: blue. Hex color #05719D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05719D is #FA8E62. Grayscale: #555555. Windows color (decimal): -16420451 or 10318085. OLE color: 10318085.

HSL color Cylindrical-coordinate representation of color #05719D: hue angle of 197.37º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05719D is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5113157-
CMYK0.970.2800.38
HSL197.37º93.83%31.76%-
HSV(B)197.37º96.82%61.57%-
XYZ12.0514.2834.02-
YUV85.72168.2270.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 157 (61.72% from 255) = 57.09%
R=1.82%
G=41.09%
B=57.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51131570.970.2800.38197.3793.8331.76
Hex5719D611C026c55e20
Octal51612351413404630513640
Binary1011110001100111011100001111000100110110001011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05719D; }

 p { color: rgb(5,113,157); }

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

<style>
 a { background-color: #05719D; }

 a { background-color: rgb(5,113,157); }

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

<style>
 span { border-color: #05719D; }

 span { border-color: rgb(5,113,157); }

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