Html Css Color HEX #025BC2 Navy Blue

📋 copy color: '#025BC2'

red 2 ◦ green 91 ◦ blue 194

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

Shades of Navy Blue #025BC2

Tints of Navy Blue #025BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 67.6%

R = 0.7%
G = 31.71%
B = 67.6%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#025BC2 (or 0x025BC2) is known color: Navy Blue. HEX triplet: 02, 5B and C2. RGB value is (2,91,194). Sum of RGB (Red+Green+Blue) = 2+91+194=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #025BC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BC2 is #FDA43D. Grayscale: #4B4B4B. Windows color (decimal): -16622654 or 12737282. OLE color: 12737282.

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

Color convert

RGB 2 91 194 -
CMYK 0.99 0.53 0 0.24
HSL 212.19º 0.98% 0.38% -
HSV(B) 212.19º 0.99% 0.76% -
XYZ 13.5 11.39 52.53 -
YUV 76.13 194.51 75.12 -
System Red Green Blue C M Y K H S L
Decimal 2 91 194 0.99 0.53 0 0.24 212.19 0.98 0.38
Hex 2 5B C2 63 35 0 18 D4 62 26
Octal 2 133 302 143 65 0 30 324 142 46
Binary 10 1011011 11000010 1100011 110101 0 11000 11010100 1100010 100110

Color Harmonies of #025BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025BC2

Black with #025BC2

Text Example


Text Example

White with #025BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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