Html Css Color HEX #0257BE Navy Blue

📋 copy color: '#0257BE'

red 2 ◦ green 87 ◦ blue 190

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

Shades of Navy Blue #0257BE

Tints of Navy Blue #0257BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.1%

R = 0.72%
G = 31.18%
B = 68.1%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0257BE (or 0x0257BE) is known color: Navy Blue. HEX triplet: 02, 57 and BE. RGB value is (2,87,190). Sum of RGB (Red+Green+Blue) = 2+87+190=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #0257BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0257BE is #FDA841. Grayscale: #484848. Windows color (decimal): -16623682 or 12474114. OLE color: 12474114.

HSL color Cylindrical-coordinate representation of color #0257BE: hue angle of 212.87º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0257BE is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 87 190 -
CMYK 0.99 0.54 0 0.25
HSL 212.87º 0.98% 0.38% -
HSV(B) 212.87º 0.99% 0.75% -
XYZ 12.73 10.55 50.08 -
YUV 73.33 193.84 77.12 -
System Red Green Blue C M Y K H S L
Decimal 2 87 190 0.99 0.54 0 0.25 212.87 0.98 0.38
Hex 2 57 BE 63 36 0 19 D5 62 26
Octal 2 127 276 143 66 0 31 325 142 46
Binary 10 1010111 10111110 1100011 110110 0 11001 11010101 1100010 100110

Color Harmonies of #0257BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0257BE

Black with #0257BE

Text Example


Text Example

White with #0257BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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