Html Css Color HEX #05719D Cerulean

📋 copy color: '#05719D'

red 5 ◦ green 113 ◦ blue 157

#05719D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #05719D

Tints of Cerulean #05719D

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 value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05719D (or 0x05719D) is known color: 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

RGB 5 113 157 -
CMYK 0.97 0.28 0 0.38
HSL 197.37º 0.94% 0.32% -
HSV(B) 197.37º 0.97% 0.62% -
XYZ 12.05 14.28 34.02 -
YUV 85.72 168.22 70.42 -
System Red Green Blue C M Y K H S L
Decimal 5 113 157 0.97 0.28 0 0.38 197.37 0.94 0.32
Hex 5 71 9D 61 1C 0 26 C5 5E 20
Octal 5 161 235 141 34 0 46 305 136 40
Binary 101 1110001 10011101 1100001 11100 0 100110 11000101 1011110 100000

Color Harmonies of #05719D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05719D

Black with #05719D

Text Example


Text Example

White with #05719D

Text Example


Text Example

HTML Codes & Css Web 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>