Html Css Color HEX #05769D Cerulean

📋 copy color: '#05769D'

red 5 ◦ green 118 ◦ blue 157

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

Shades of Cerulean #05769D

Tints of Cerulean #05769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.14%

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

R = 1.79%
G = 42.14%
B = 56.07%

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

#05769D (or 0x05769D) is known color: Cerulean. HEX triplet: 05, 76 and 9D. RGB value is (5,118,157). Sum of RGB (Red+Green+Blue) = 5+118+157=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #05769D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05769D is #FA8962. Grayscale: #585858. Windows color (decimal): -16419171 or 10319365. OLE color: 10319365.

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

Color convert

RGB 5 118 157 -
CMYK 0.97 0.25 0 0.38
HSL 195.39º 0.94% 0.32% -
HSV(B) 195.39º 0.97% 0.62% -
XYZ 12.63 15.42 34.21 -
YUV 88.66 166.56 68.33 -
System Red Green Blue C M Y K H S L
Decimal 5 118 157 0.97 0.25 0 0.38 195.39 0.94 0.32
Hex 5 76 9D 61 19 0 26 C3 5E 20
Octal 5 166 235 141 31 0 46 303 136 40
Binary 101 1110110 10011101 1100001 11001 0 100110 11000011 1011110 100000

Color Harmonies of #05769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05769D

Black with #05769D

Text Example


Text Example

White with #05769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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