Html Css Color HEX #025ACC Navy Blue

📋 copy color: '#025ACC'

red 2 ◦ green 90 ◦ blue 204

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

Shades of Navy Blue #025ACC

Tints of Navy Blue #025ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.41%

 BLUE value IS 204 (80.08% from 255) = 68.92%

R = 0.68%
G = 30.41%
B = 68.92%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#025ACC (or 0x025ACC) is known color: Navy Blue. HEX triplet: 02, 5A and CC. RGB value is (2,90,204). Sum of RGB (Red+Green+Blue) = 2+90+204=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #025ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025ACC is #FDA533. Grayscale: #4C4C4C. Windows color (decimal): -16622900 or 13392386. OLE color: 13392386.

HSL color Cylindrical-coordinate representation of color #025ACC: hue angle of 213.86º 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 #025ACC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 2 90 204 -
CMYK 0.99 0.56 0 0.2
HSL 213.86º 0.98% 0.4% -
HSV(B) 213.86º 0.99% 0.8% -
XYZ 14.58 11.68 58.61 -
YUV 76.68 199.85 74.73 -
System Red Green Blue C M Y K H S L
Decimal 2 90 204 0.99 0.56 0 0.2 213.86 0.98 0.4
Hex 2 5A CC 63 38 0 14 D6 62 28
Octal 2 132 314 143 70 0 24 326 142 50
Binary 10 1011010 11001100 1100011 111000 0 10100 11010110 1100010 101000

Color Harmonies of #025ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025ACC

Black with #025ACC

Text Example


Text Example

White with #025ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,90,204); }

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

background-color css

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

 a { background-color: rgb(2,90,204); }

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

border-color css

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

 span { border-color: rgb(2,90,204); }

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