Html Css Color HEX #025BC0 Navy Blue

📋 copy color: '#025BC0'

red 2 ◦ green 91 ◦ blue 192

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

Shades of Navy Blue #025BC0

Tints of Navy Blue #025BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.93%

 BLUE value IS 192 (75.39% from 255) = 67.37%

R = 0.7%
G = 31.93%
B = 67.37%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#025BC0 (or 0x025BC0) is known color: Navy Blue. HEX triplet: 02, 5B and C0. RGB value is (2,91,192). Sum of RGB (Red+Green+Blue) = 2+91+192=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 91 (35.94% from 255 or 31.93% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #025BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BC0 is #FDA43F. Grayscale: #4B4B4B. Windows color (decimal): -16622656 or 12606210. OLE color: 12606210.

HSL color Cylindrical-coordinate representation of color #025BC0: hue angle of 211.89º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BC0 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 91 192 -
CMYK 0.99 0.53 0 0.25
HSL 211.89º 0.98% 0.38% -
HSV(B) 211.89º 0.99% 0.75% -
XYZ 13.28 11.3 51.35 -
YUV 75.9 193.51 75.29 -
System Red Green Blue C M Y K H S L
Decimal 2 91 192 0.99 0.53 0 0.25 211.89 0.98 0.38
Hex 2 5B C0 63 35 0 19 D4 62 26
Octal 2 133 300 143 65 0 31 324 142 46
Binary 10 1011011 11000000 1100011 110101 0 11001 11010100 1100010 100110

Color Harmonies of #025BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025BC0

Black with #025BC0

Text Example


Text Example

White with #025BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,91,192); }

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

background-color css

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

 a { background-color: rgb(2,91,192); }

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

border-color css

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

 span { border-color: rgb(2,91,192); }

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