Html Css Color HEX #0557E9 Navy Blue

📋 copy color: '#0557E9'

red 5 ◦ green 87 ◦ blue 233

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

Shades of Navy Blue #0557E9

Tints of Navy Blue #0557E9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

 BLUE value IS 233 (91.41% from 255) = 71.69%

R = 1.54%
G = 26.77%
B = 71.69%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0557E9 (or 0x0557E9) is known color: Navy Blue. HEX triplet: 05, 57 and E9. RGB value is (5,87,233). Sum of RGB (Red+Green+Blue) = 5+87+233=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 233 (91.41% from 255 or 71.69% from 325); Max value from RGB is 233 - color contains mainly: blue. Hex color #0557E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0557E9 is #FAA816. Grayscale: #4E4E4E. Windows color (decimal): -16427031 or 15292165. OLE color: 15292165.

HSL color Cylindrical-coordinate representation of color #0557E9: hue angle of 218.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0557E9 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 5 87 233 -
CMYK 0.98 0.63 0 0.09
HSL 218.42º 0.96% 0.47% -
HSV(B) 218.42º 0.98% 0.91% -
XYZ 18.18 12.73 78.59 -
YUV 79.13 214.83 75.13 -
System Red Green Blue C M Y K H S L
Decimal 5 87 233 0.98 0.63 0 0.09 218.42 0.96 0.47
Hex 5 57 E9 62 3F 0 9 DA 60 2F
Octal 5 127 351 142 77 0 11 332 140 57
Binary 101 1010111 11101001 1100010 111111 0 1001 11011010 1100000 101111

Color Harmonies of #0557E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0557E9

Black with #0557E9

Text Example


Text Example

White with #0557E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0557E9; }

 p { color: rgb(5,87,233); }

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

background-color css

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

 a { background-color: rgb(5,87,233); }

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

border-color css

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

 span { border-color: rgb(5,87,233); }

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