Html Css Color HEX #05719B Cerulean

📋 copy color: '#05719B'

red 5 ◦ green 113 ◦ blue 155

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

Shades of Cerulean #05719B

Tints of Cerulean #05719B

RGB

 RED value IS 5 (2.34% from 255) = 1.83%

 GREEN value IS 113 (44.53% from 255) = 41.39%

 BLUE value IS 155 (60.94% from 255) = 56.78%

R = 1.83%
G = 41.39%
B = 56.78%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05719B (or 0x05719B) is known color: Cerulean. HEX triplet: 05, 71 and 9B. RGB value is (5,113,155). Sum of RGB (Red+Green+Blue) = 5+113+155=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #05719B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05719B is #FA8E64. Grayscale: #555555. Windows color (decimal): -16420453 or 10187013. OLE color: 10187013.

HSL color Cylindrical-coordinate representation of color #05719B: hue angle of 196.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05719B is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 113 155 -
CMYK 0.97 0.27 0 0.39
HSL 196.8º 0.94% 0.31% -
HSV(B) 196.8º 0.97% 0.61% -
XYZ 11.88 14.21 33.13 -
YUV 85.5 167.22 70.58 -
System Red Green Blue C M Y K H S L
Decimal 5 113 155 0.97 0.27 0 0.39 196.8 0.94 0.31
Hex 5 71 9B 61 1B 0 27 C5 5E 1F
Octal 5 161 233 141 33 0 47 305 136 37
Binary 101 1110001 10011011 1100001 11011 0 100111 11000101 1011110 11111

Color Harmonies of #05719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05719B

Black with #05719B

Text Example


Text Example

White with #05719B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05719B;
 }
 .AnyTagClassName
 {
   color: #05719B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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