Html Css Color HEX #0251DB Navy Blue

📋 copy color: '#0251DB'

red 2 ◦ green 81 ◦ blue 219

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

Shades of Navy Blue #0251DB

Tints of Navy Blue #0251DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.52%

R = 0.66%
G = 26.82%
B = 72.52%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0251DB (or 0x0251DB) is known color: Navy Blue. HEX triplet: 02, 51 and DB. RGB value is (2,81,219). Sum of RGB (Red+Green+Blue) = 2+81+219=302 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #0251DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0251DB is #FDAE24. Grayscale: #484848. Windows color (decimal): -16625189 or 14373122. OLE color: 14373122.

HSL color Cylindrical-coordinate representation of color #0251DB: hue angle of 218.16º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0251DB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 81 219 -
CMYK 0.99 0.63 0 0.14
HSL 218.16º 0.98% 0.43% -
HSV(B) 218.16º 0.99% 0.86% -
XYZ 15.75 11.01 68.31 -
YUV 73.11 210.33 77.28 -
System Red Green Blue C M Y K H S L
Decimal 2 81 219 0.99 0.63 0 0.14 218.16 0.98 0.43
Hex 2 51 DB 63 3F 0 E DA 62 2B
Octal 2 121 333 143 77 0 16 332 142 53
Binary 10 1010001 11011011 1100011 111111 0 1110 11011010 1100010 101011

Color Harmonies of #0251DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0251DB

Black with #0251DB

Text Example


Text Example

White with #0251DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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