Html Css Color HEX #057CDD Navy Blue

📋 copy color: '#057CDD'

red 5 ◦ green 124 ◦ blue 221

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

Shades of Navy Blue #057CDD

Tints of Navy Blue #057CDD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.43%

 BLUE value IS 221 (86.72% from 255) = 63.14%

R = 1.43%
G = 35.43%
B = 63.14%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#057CDD (or 0x057CDD) is known color: Navy Blue. HEX triplet: 05, 7C and DD. RGB value is (5,124,221). Sum of RGB (Red+Green+Blue) = 5+124+221=350 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #057CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057CDD is #FA8322. Grayscale: #626262. Windows color (decimal): -16417571 or 14515205. OLE color: 14515205.

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

Color convert

RGB 5 124 221 -
CMYK 0.98 0.44 0 0.13
HSL 206.94º 0.96% 0.44% -
HSV(B) 206.94º 0.98% 0.87% -
XYZ 20.32 19.67 71.13 -
YUV 99.48 196.58 60.61 -
System Red Green Blue C M Y K H S L
Decimal 5 124 221 0.98 0.44 0 0.13 206.94 0.96 0.44
Hex 5 7C DD 62 2C 0 D CF 60 2C
Octal 5 174 335 142 54 0 15 317 140 54
Binary 101 1111100 11011101 1100010 101100 0 1101 11001111 1100000 101100

Color Harmonies of #057CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057CDD

Black with #057CDD

Text Example


Text Example

White with #057CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,124,221); }

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

background-color css

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

 a { background-color: rgb(5,124,221); }

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

border-color css

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

 span { border-color: rgb(5,124,221); }

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