Html Css Color HEX #0257CF Navy Blue

📋 copy color: '#0257CF'

red 2 ◦ green 87 ◦ blue 207

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

Shades of Navy Blue #0257CF

Tints of Navy Blue #0257CF

RGB

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

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

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

R = 0.68%
G = 29.39%
B = 69.93%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0257CF (or 0x0257CF) is known color: Navy Blue. HEX triplet: 02, 57 and CF. RGB value is (2,87,207). Sum of RGB (Red+Green+Blue) = 2+87+207=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #0257CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0257CF is #FDA830. Grayscale: #4A4A4A. Windows color (decimal): -16623665 or 13588226. OLE color: 13588226.

HSL color Cylindrical-coordinate representation of color #0257CF: hue angle of 215.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0257CF is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 87 207 -
CMYK 0.99 0.58 0 0.19
HSL 215.12º 0.98% 0.41% -
HSV(B) 215.12º 0.99% 0.81% -
XYZ 14.7 11.33 60.44 -
YUV 75.27 202.34 75.74 -
System Red Green Blue C M Y K H S L
Decimal 2 87 207 0.99 0.58 0 0.19 215.12 0.98 0.41
Hex 2 57 CF 63 3A 0 13 D7 62 29
Octal 2 127 317 143 72 0 23 327 142 51
Binary 10 1010111 11001111 1100011 111010 0 10011 11010111 1100010 101001

Color Harmonies of #0257CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0257CF

Black with #0257CF

Text Example


Text Example

White with #0257CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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