Html Css Color HEX #0251FE Navy Blue

📋 copy color: '#0251FE'

red 2 ◦ green 81 ◦ blue 254

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

Shades of Navy Blue #0251FE

Tints of Navy Blue #0251FE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.04%

 BLUE value IS 254 (99.61% from 255) = 75.37%

R = 0.59%
G = 24.04%
B = 75.37%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0251FE (or 0x0251FE) is known color: Navy Blue. HEX triplet: 02, 51 and FE. RGB value is (2,81,254). Sum of RGB (Red+Green+Blue) = 2+81+254=337 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #0251FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0251FE is #FDAE01. Grayscale: #4C4C4C. Windows color (decimal): -16625154 or 16666882. OLE color: 16666882.

HSL color Cylindrical-coordinate representation of color #0251FE: hue angle of 221.19º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0251FE is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 2 81 254 -
CMYK 0.99 0.68 0 0.00
HSL 221.19º 0.99% 0.5% -
HSV(B) 221.19º 0.99% 1% -
XYZ 20.86 13.05 95.19 -
YUV 77.1 227.83 74.43 -
System Red Green Blue C M Y K H S L
Decimal 2 81 254 0.99 0.68 0 0.00 221.19 0.99 0.5
Hex 2 51 FE 63 44 0 0 DD 63 32
Octal 2 121 376 143 104 0 0 335 143 62
Binary 10 1010001 11111110 1100011 1000100 0 0 11011101 1100011 110010

Color Harmonies of #0251FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0251FE

Black with #0251FE

Text Example


Text Example

White with #0251FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0251FE; }

 p { color: rgb(2,81,254); }

 H1.HeaderClassName
 {
   color: #0251FE;
 }
 .AnyTagClassName
 {
   color: #0251FE;
 }
</style>

background-color css

<style>
 a { background-color: #0251FE; }

 a { background-color: rgb(2,81,254); }

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

border-color css

<style>
 span { border-color: #0251FE; }

 span { border-color: rgb(2,81,254); }

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