Html Css Color HEX #05749D Cerulean

📋 copy color: '#05749D'

red 5 ◦ green 116 ◦ blue 157

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

Shades of Cerulean #05749D

Tints of Cerulean #05749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.73%

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

R = 1.8%
G = 41.73%
B = 56.47%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05749D (or 0x05749D) is known color: Cerulean. HEX triplet: 05, 74 and 9D. RGB value is (5,116,157). Sum of RGB (Red+Green+Blue) = 5+116+157=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #05749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05749D is #FA8B62. Grayscale: #575757. Windows color (decimal): -16419683 or 10318853. OLE color: 10318853.

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

Color convert

RGB 5 116 157 -
CMYK 0.97 0.26 0 0.38
HSL 196.18º 0.94% 0.32% -
HSV(B) 196.18º 0.97% 0.62% -
XYZ 12.39 14.96 34.13 -
YUV 87.49 167.23 69.17 -
System Red Green Blue C M Y K H S L
Decimal 5 116 157 0.97 0.26 0 0.38 196.18 0.94 0.32
Hex 5 74 9D 61 1A 0 26 C4 5E 20
Octal 5 164 235 141 32 0 46 304 136 40
Binary 101 1110100 10011101 1100001 11010 0 100110 11000100 1011110 100000

Color Harmonies of #05749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05749D

Black with #05749D

Text Example


Text Example

White with #05749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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