Html Css Color HEX #057BE0 Navy Blue

📋 copy color: '#057BE0'

red 5 ◦ green 123 ◦ blue 224

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

Shades of Navy Blue #057BE0

Tints of Navy Blue #057BE0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.94%

 BLUE value IS 224 (87.89% from 255) = 63.64%

R = 1.42%
G = 34.94%
B = 63.64%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#057BE0 (or 0x057BE0) is known color: Navy Blue. HEX triplet: 05, 7B and E0. RGB value is (5,123,224). Sum of RGB (Red+Green+Blue) = 5+123+224=352 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #057BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BE0 is #FA841F. Grayscale: #626262. Windows color (decimal): -16417824 or 14711557. OLE color: 14711557.

HSL color Cylindrical-coordinate representation of color #057BE0: hue angle of 207.67º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BE0 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 5 123 224 -
CMYK 0.98 0.45 0 0.12
HSL 207.67º 0.96% 0.45% -
HSV(B) 207.67º 0.98% 0.88% -
XYZ 20.6 19.58 73.21 -
YUV 99.23 198.41 60.79 -
System Red Green Blue C M Y K H S L
Decimal 5 123 224 0.98 0.45 0 0.12 207.67 0.96 0.45
Hex 5 7B E0 62 2D 0 C D0 60 2D
Octal 5 173 340 142 55 0 14 320 140 55
Binary 101 1111011 11100000 1100010 101101 0 1100 11010000 1100000 101101

Color Harmonies of #057BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BE0

Black with #057BE0

Text Example


Text Example

White with #057BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057BE0; }

 p { color: rgb(5,123,224); }

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

background-color css

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

 a { background-color: rgb(5,123,224); }

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

border-color css

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

 span { border-color: rgb(5,123,224); }

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