Html Css Color HEX #056493 Cerulean

📋 copy color: '#056493'

red 5 ◦ green 100 ◦ blue 147

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

Shades of Cerulean #056493

Tints of Cerulean #056493

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.68%

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 1.98%
G = 39.68%
B = 58.33%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#056493 (or 0x056493) is known color: Cerulean. HEX triplet: 05, 64 and 93. RGB value is (5,100,147). Sum of RGB (Red+Green+Blue) = 5+100+147=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #056493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056493 is #FA9B6C. Grayscale: #4C4C4C. Windows color (decimal): -16423789 or 9659397. OLE color: 9659397.

HSL color Cylindrical-coordinate representation of color #056493: hue angle of 199.86º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056493 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 100 147 -
CMYK 0.97 0.32 0 0.42
HSL 199.86º 0.93% 0.3% -
HSV(B) 199.86º 0.97% 0.58% -
XYZ 9.89 11.25 29.25 -
YUV 76.95 167.53 76.68 -
System Red Green Blue C M Y K H S L
Decimal 5 100 147 0.97 0.32 0 0.42 199.86 0.93 0.3
Hex 5 64 93 61 20 0 2A C8 5D 1E
Octal 5 144 223 141 40 0 52 310 135 36
Binary 101 1100100 10010011 1100001 100000 0 101010 11001000 1011101 11110

Color Harmonies of #056493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056493

Black with #056493

Text Example


Text Example

White with #056493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056493; }

 p { color: rgb(5,100,147); }

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

background-color css

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

 a { background-color: rgb(5,100,147); }

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

border-color css

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

 span { border-color: rgb(5,100,147); }

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