Html Css Color HEX #057BD2 Navy Blue

📋 copy color: '#057BD2'

red 5 ◦ green 123 ◦ blue 210

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

Shades of Navy Blue #057BD2

Tints of Navy Blue #057BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 62.13%

R = 1.48%
G = 36.39%
B = 62.13%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#057BD2 (or 0x057BD2) is known color: Navy Blue. HEX triplet: 05, 7B and D2. RGB value is (5,123,210). Sum of RGB (Red+Green+Blue) = 5+123+210=338 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 210 (82.42% from 255 or 62.13% from 338); Max value from RGB is 210 - color contains mainly: blue. Hex color #057BD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057BD2 is #FA842D. Grayscale: #616161. Windows color (decimal): -16417838 or 13794053. OLE color: 13794053.

HSL color Cylindrical-coordinate representation of color #057BD2: hue angle of 205.46º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BD2 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 123 210 -
CMYK 0.98 0.41 0 0.18
HSL 205.46º 0.95% 0.42% -
HSV(B) 205.46º 0.98% 0.82% -
XYZ 18.78 18.85 63.62 -
YUV 97.64 191.41 61.93 -
System Red Green Blue C M Y K H S L
Decimal 5 123 210 0.98 0.41 0 0.18 205.46 0.95 0.42
Hex 5 7B D2 62 29 0 12 CD 5F 2A
Octal 5 173 322 142 51 0 22 315 137 52
Binary 101 1111011 11010010 1100010 101001 0 10010 11001101 1011111 101010

Color Harmonies of #057BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057BD2

Black with #057BD2

Text Example


Text Example

White with #057BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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