Html Css Color HEX #0257DC Navy Blue

📋 copy color: '#0257DC'

red 2 ◦ green 87 ◦ blue 220

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

Shades of Navy Blue #0257DC

Tints of Navy Blue #0257DC

RGB

 RED value IS 2 (1.17% from 255) = 0.65%

 GREEN value IS 87 (34.38% from 255) = 28.16%

 BLUE value IS 220 (86.33% from 255) = 71.2%

R = 0.65%
G = 28.16%
B = 71.2%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0257DC (or 0x0257DC) is known color: Navy Blue. HEX triplet: 02, 57 and DC. RGB value is (2,87,220). Sum of RGB (Red+Green+Blue) = 2+87+220=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #0257DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0257DC is #FDA823. Grayscale: #4C4C4C. Windows color (decimal): -16623652 or 14440194. OLE color: 14440194.

HSL color Cylindrical-coordinate representation of color #0257DC: hue angle of 216.61º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0257DC is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 87 220 -
CMYK 0.99 0.60 0 0.14
HSL 216.61º 0.98% 0.44% -
HSV(B) 216.61º 0.99% 0.86% -
XYZ 16.35 12 69.16 -
YUV 76.75 208.84 74.69 -
System Red Green Blue C M Y K H S L
Decimal 2 87 220 0.99 0.60 0 0.14 216.61 0.98 0.44
Hex 2 57 DC 63 3C 0 E D9 62 2C
Octal 2 127 334 143 74 0 16 331 142 54
Binary 10 1010111 11011100 1100011 111100 0 1110 11011001 1100010 101100

Color Harmonies of #0257DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0257DC

Black with #0257DC

Text Example


Text Example

White with #0257DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0257DC; }

 p { color: rgb(2,87,220); }

 H1.HeaderClassName
 {
   color: #0257DC;
 }
 .AnyTagClassName
 {
   color: #0257DC;
 }
</style>

background-color css

<style>
 a { background-color: #0257DC; }

 a { background-color: rgb(2,87,220); }

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

border-color css

<style>
 span { border-color: #0257DC; }

 span { border-color: rgb(2,87,220); }

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