Html Css Color HEX #057FCF Navy Blue

📋 copy color: '#057FCF'

red 5 ◦ green 127 ◦ blue 207

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

Shades of Navy Blue #057FCF

Tints of Navy Blue #057FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 37.46%

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

R = 1.47%
G = 37.46%
B = 61.06%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#057FCF (or 0x057FCF) is known color: Navy Blue. HEX triplet: 05, 7F and CF. RGB value is (5,127,207). Sum of RGB (Red+Green+Blue) = 5+127+207=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #057FCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057FCF is #FA8030. Grayscale: #636363. Windows color (decimal): -16416817 or 13598469. OLE color: 13598469.

HSL color Cylindrical-coordinate representation of color #057FCF: hue angle of 203.76º 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 #057FCF is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 127 207 -
CMYK 0.98 0.39 0 0.19
HSL 203.76º 0.95% 0.42% -
HSV(B) 203.76º 0.98% 0.81% -
XYZ 18.91 19.72 61.84 -
YUV 99.64 188.58 60.5 -
System Red Green Blue C M Y K H S L
Decimal 5 127 207 0.98 0.39 0 0.19 203.76 0.95 0.42
Hex 5 7F CF 62 27 0 13 CC 5F 2A
Octal 5 177 317 142 47 0 23 314 137 52
Binary 101 1111111 11001111 1100010 100111 0 10011 11001100 1011111 101010

Color Harmonies of #057FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057FCF

Black with #057FCF

Text Example


Text Example

White with #057FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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