Html Css Color HEX #0257CE Navy Blue

📋 copy color: '#0257CE'

red 2 ◦ green 87 ◦ blue 206

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

Shades of Navy Blue #0257CE

Tints of Navy Blue #0257CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.83%

R = 0.68%
G = 29.49%
B = 69.83%

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

#0257CE (or 0x0257CE) is known color: Navy Blue. HEX triplet: 02, 57 and CE. RGB value is (2,87,206). Sum of RGB (Red+Green+Blue) = 2+87+206=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #0257CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0257CE is #FDA831. Grayscale: #4A4A4A. Windows color (decimal): -16623666 or 13522690. OLE color: 13522690.

HSL color Cylindrical-coordinate representation of color #0257CE: hue angle of 215º 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 #0257CE is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 87 206 -
CMYK 0.99 0.58 0 0.19
HSL 215º 0.98% 0.41% -
HSV(B) 215º 0.99% 0.81% -
XYZ 14.57 11.29 59.8 -
YUV 75.15 201.84 75.82 -
System Red Green Blue C M Y K H S L
Decimal 2 87 206 0.99 0.58 0 0.19 215 0.98 0.41
Hex 2 57 CE 63 3A 0 13 D7 62 29
Octal 2 127 316 143 72 0 23 327 142 51
Binary 10 1010111 11001110 1100011 111010 0 10011 11010111 1100010 101001

Color Harmonies of #0257CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0257CE

Black with #0257CE

Text Example


Text Example

White with #0257CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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