Html Css Color HEX #0251FD Navy Blue

📋 copy color: '#0251FD'

red 2 ◦ green 81 ◦ blue 253

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

Shades of Navy Blue #0251FD

Tints of Navy Blue #0251FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.3%

R = 0.6%
G = 24.11%
B = 75.3%

CMYK

 C value IS 0.99

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0251FD (or 0x0251FD) is known color: Navy Blue. HEX triplet: 02, 51 and FD. RGB value is (2,81,253). Sum of RGB (Red+Green+Blue) = 2+81+253=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #0251FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0251FD is #FDAE02. Grayscale: #4C4C4C. Windows color (decimal): -16625155 or 16601346. OLE color: 16601346.

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

Color convert

RGB 2 81 253 -
CMYK 0.99 0.68 0 0.01
HSL 221.12º 0.98% 0.5% -
HSV(B) 221.12º 0.99% 0.99% -
XYZ 20.7 12.99 94.34 -
YUV 76.99 227.33 74.51 -
System Red Green Blue C M Y K H S L
Decimal 2 81 253 0.99 0.68 0 0.01 221.12 0.98 0.5
Hex 2 51 FD 63 44 0 1 DD 62 32
Octal 2 121 375 143 104 0 1 335 142 62
Binary 10 1010001 11111101 1100011 1000100 0 1 11011101 1100010 110010

Color Harmonies of #0251FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0251FD

Black with #0251FD

Text Example


Text Example

White with #0251FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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