Html Css Color HEX #025FDB Navy Blue

📋 copy color: '#025FDB'

red 2 ◦ green 95 ◦ blue 219

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

Shades of Navy Blue #025FDB

Tints of Navy Blue #025FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.06%

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

R = 0.63%
G = 30.06%
B = 69.3%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#025FDB (or 0x025FDB) is known color: Navy Blue. HEX triplet: 02, 5F and DB. RGB value is (2,95,219). Sum of RGB (Red+Green+Blue) = 2+95+219=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #025FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025FDB is #FDA024. Grayscale: #505050. Windows color (decimal): -16621605 or 14376706. OLE color: 14376706.

HSL color Cylindrical-coordinate representation of color #025FDB: hue angle of 214.29º 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 #025FDB is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 95 219 -
CMYK 0.99 0.57 0 0.14
HSL 214.29º 0.98% 0.43% -
HSV(B) 214.29º 0.99% 0.86% -
XYZ 16.9 13.31 68.7 -
YUV 81.33 205.69 71.42 -
System Red Green Blue C M Y K H S L
Decimal 2 95 219 0.99 0.57 0 0.14 214.29 0.98 0.43
Hex 2 5F DB 63 39 0 E D6 62 2B
Octal 2 137 333 143 71 0 16 326 142 53
Binary 10 1011111 11011011 1100011 111001 0 1110 11010110 1100010 101011

Color Harmonies of #025FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FDB

Black with #025FDB

Text Example


Text Example

White with #025FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025FDB; }

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

 H1.HeaderClassName
 {
   color: #025FDB;
 }
 .AnyTagClassName
 {
   color: #025FDB;
 }
</style>

background-color css

<style>
 a { background-color: #025FDB; }

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

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

border-color css

<style>
 span { border-color: #025FDB; }

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

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