Html Css Color HEX #025BCB Navy Blue

📋 copy color: '#025BCB'

red 2 ◦ green 91 ◦ blue 203

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

Shades of Navy Blue #025BCB

Tints of Navy Blue #025BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.58%

R = 0.68%
G = 30.74%
B = 68.58%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#025BCB (or 0x025BCB) is known color: Navy Blue. HEX triplet: 02, 5B and CB. RGB value is (2,91,203). Sum of RGB (Red+Green+Blue) = 2+91+203=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #025BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025BCB is #FDA434. Grayscale: #4C4C4C. Windows color (decimal): -16622645 or 13327106. OLE color: 13327106.

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

Color convert

RGB 2 91 203 -
CMYK 0.99 0.55 0 0.20
HSL 213.43º 0.98% 0.4% -
HSV(B) 213.43º 0.99% 0.8% -
XYZ 14.55 11.81 58.01 -
YUV 77.16 199.01 74.39 -
System Red Green Blue C M Y K H S L
Decimal 2 91 203 0.99 0.55 0 0.20 213.43 0.98 0.4
Hex 2 5B CB 63 37 0 14 D5 62 28
Octal 2 133 313 143 67 0 24 325 142 50
Binary 10 1011011 11001011 1100011 110111 0 10100 11010101 1100010 101000

Color Harmonies of #025BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025BCB

Black with #025BCB

Text Example


Text Example

White with #025BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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