Html Css Color HEX #057DCF Navy Blue

📋 copy color: '#057DCF'

red 5 ◦ green 125 ◦ blue 207

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

Shades of Navy Blue #057DCF

Tints of Navy Blue #057DCF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.09%

 BLUE value IS 207 (81.25% from 255) = 61.42%

R = 1.48%
G = 37.09%
B = 61.42%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#057DCF (or 0x057DCF) is known color: Navy Blue. HEX triplet: 05, 7D and CF. RGB value is (5,125,207). Sum of RGB (Red+Green+Blue) = 5+125+207=337 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.48% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #057DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057DCF is #FA8230. Grayscale: #626262. Windows color (decimal): -16417329 or 13597957. OLE color: 13597957.

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

Color convert

RGB 5 125 207 -
CMYK 0.98 0.40 0 0.19
HSL 204.36º 0.95% 0.42% -
HSV(B) 204.36º 0.98% 0.81% -
XYZ 18.66 19.2 61.75 -
YUV 98.47 189.24 61.33 -
System Red Green Blue C M Y K H S L
Decimal 5 125 207 0.98 0.40 0 0.19 204.36 0.95 0.42
Hex 5 7D CF 62 28 0 13 CC 5F 2A
Octal 5 175 317 142 50 0 23 314 137 52
Binary 101 1111101 11001111 1100010 101000 0 10011 11001100 1011111 101010

Color Harmonies of #057DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057DCF

Black with #057DCF

Text Example


Text Example

White with #057DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,125,207); }

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

background-color css

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

 a { background-color: rgb(5,125,207); }

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

border-color css

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

 span { border-color: rgb(5,125,207); }

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