Html Css Color HEX #05759D Cerulean

📋 copy color: '#05759D'

red 5 ◦ green 117 ◦ blue 157

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

Shades of Cerulean #05759D

Tints of Cerulean #05759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 41.94%

 BLUE value IS 157 (61.72% from 255) = 56.27%

R = 1.79%
G = 41.94%
B = 56.27%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05759D (or 0x05759D) is known color: Cerulean. HEX triplet: 05, 75 and 9D. RGB value is (5,117,157). Sum of RGB (Red+Green+Blue) = 5+117+157=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #05759D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05759D is #FA8A62. Grayscale: #575757. Windows color (decimal): -16419427 or 10319109. OLE color: 10319109.

HSL color Cylindrical-coordinate representation of color #05759D: hue angle of 195.79º 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 #05759D is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 117 157 -
CMYK 0.97 0.25 0 0.38
HSL 195.79º 0.94% 0.32% -
HSV(B) 195.79º 0.97% 0.62% -
XYZ 12.51 15.19 34.17 -
YUV 88.07 166.89 68.75 -
System Red Green Blue C M Y K H S L
Decimal 5 117 157 0.97 0.25 0 0.38 195.79 0.94 0.32
Hex 5 75 9D 61 19 0 26 C4 5E 20
Octal 5 165 235 141 31 0 46 304 136 40
Binary 101 1110101 10011101 1100001 11001 0 100110 11000100 1011110 100000

Color Harmonies of #05759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05759D

Black with #05759D

Text Example


Text Example

White with #05759D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05759D;
 }
 .AnyTagClassName
 {
   color: #05759D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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