Html Css Color HEX #025DBB Navy Blue

📋 copy color: '#025DBB'

red 2 ◦ green 93 ◦ blue 187

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

Shades of Navy Blue #025DBB

Tints of Navy Blue #025DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.98%

 BLUE value IS 187 (73.44% from 255) = 66.31%

R = 0.71%
G = 32.98%
B = 66.31%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#025DBB (or 0x025DBB) is known color: Navy Blue. HEX triplet: 02, 5D and BB. RGB value is (2,93,187). Sum of RGB (Red+Green+Blue) = 2+93+187=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #025DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025DBB is #FDA244. Grayscale: #4C4C4C. Windows color (decimal): -16622149 or 12279042. OLE color: 12279042.

HSL color Cylindrical-coordinate representation of color #025DBB: hue angle of 210.49º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025DBB is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 93 187 -
CMYK 0.99 0.50 0 0.27
HSL 210.49º 0.98% 0.37% -
HSV(B) 210.49º 0.99% 0.73% -
XYZ 12.91 11.43 48.54 -
YUV 76.51 190.35 74.86 -
System Red Green Blue C M Y K H S L
Decimal 2 93 187 0.99 0.50 0 0.27 210.49 0.98 0.37
Hex 2 5D BB 63 32 0 1B D2 62 25
Octal 2 135 273 143 62 0 33 322 142 45
Binary 10 1011101 10111011 1100011 110010 0 11011 11010010 1100010 100101

Color Harmonies of #025DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025DBB

Black with #025DBB

Text Example


Text Example

White with #025DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,93,187); }

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

background-color css

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

 a { background-color: rgb(2,93,187); }

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

border-color css

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

 span { border-color: rgb(2,93,187); }

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