Html Css Color HEX #025BC8 Navy Blue

📋 copy color: '#025BC8'

red 2 ◦ green 91 ◦ blue 200

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

Shades of Navy Blue #025BC8

Tints of Navy Blue #025BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 68.26%

R = 0.68%
G = 31.06%
B = 68.26%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#025BC8 (or 0x025BC8) is known color: Navy Blue. HEX triplet: 02, 5B and C8. RGB value is (2,91,200). Sum of RGB (Red+Green+Blue) = 2+91+200=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 91 (35.94% from 255 or 31.06% from 293); Blue value is 200 (78.52% from 255 or 68.26% from 293); Max value from RGB is 200 - color contains mainly: blue. Hex color #025BC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BC8 is #FDA437. Grayscale: #4C4C4C. Windows color (decimal): -16622648 or 13130498. OLE color: 13130498.

HSL color Cylindrical-coordinate representation of color #025BC8: hue angle of 213.03º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025BC8 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 91 200 -
CMYK 0.99 0.54 0 0.22
HSL 213.03º 0.98% 0.4% -
HSV(B) 213.03º 0.99% 0.78% -
XYZ 14.19 11.67 56.15 -
YUV 76.82 197.51 74.64 -
System Red Green Blue C M Y K H S L
Decimal 2 91 200 0.99 0.54 0 0.22 213.03 0.98 0.4
Hex 2 5B C8 63 36 0 16 D5 62 28
Octal 2 133 310 143 66 0 26 325 142 50
Binary 10 1011011 11001000 1100011 110110 0 10110 11010101 1100010 101000

Color Harmonies of #025BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025BC8

Black with #025BC8

Text Example


Text Example

White with #025BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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