Html Css Color HEX #05749E Cerulean

📋 copy color: '#05749E'

red 5 ◦ green 116 ◦ blue 158

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

Shades of Cerulean #05749E

Tints of Cerulean #05749E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 56.63%

R = 1.79%
G = 41.58%
B = 56.63%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05749E (or 0x05749E) is known color: Cerulean. HEX triplet: 05, 74 and 9E. RGB value is (5,116,158). Sum of RGB (Red+Green+Blue) = 5+116+158=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #05749E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05749E is #FA8B61. Grayscale: #575757. Windows color (decimal): -16419682 or 10384389. OLE color: 10384389.

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

Color convert

RGB 5 116 158 -
CMYK 0.97 0.27 0 0.38
HSL 196.47º 0.94% 0.32% -
HSV(B) 196.47º 0.97% 0.62% -
XYZ 12.48 14.99 34.58 -
YUV 87.6 167.73 69.08 -
System Red Green Blue C M Y K H S L
Decimal 5 116 158 0.97 0.27 0 0.38 196.47 0.94 0.32
Hex 5 74 9E 61 1B 0 26 C4 5E 20
Octal 5 164 236 141 33 0 46 304 136 40
Binary 101 1110100 10011110 1100001 11011 0 100110 11000100 1011110 100000

Color Harmonies of #05749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05749E

Black with #05749E

Text Example


Text Example

White with #05749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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