Html Css Color HEX #025FCC Navy Blue

📋 copy color: '#025FCC'

red 2 ◦ green 95 ◦ blue 204

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

Shades of Navy Blue #025FCC

Tints of Navy Blue #025FCC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.56%

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

R = 0.66%
G = 31.56%
B = 67.77%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#025FCC (or 0x025FCC) is known color: Navy Blue. HEX triplet: 02, 5F and CC. RGB value is (2,95,204). Sum of RGB (Red+Green+Blue) = 2+95+204=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #025FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025FCC is #FDA033. Grayscale: #4F4F4F. Windows color (decimal): -16621620 or 13393666. OLE color: 13393666.

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

Color convert

RGB 2 95 204 -
CMYK 0.99 0.53 0 0.2
HSL 212.38º 0.98% 0.4% -
HSV(B) 212.38º 0.99% 0.8% -
XYZ 15.02 12.56 58.76 -
YUV 79.62 198.19 72.64 -
System Red Green Blue C M Y K H S L
Decimal 2 95 204 0.99 0.53 0 0.2 212.38 0.98 0.4
Hex 2 5F CC 63 35 0 14 D4 62 28
Octal 2 137 314 143 65 0 24 324 142 50
Binary 10 1011111 11001100 1100011 110101 0 10100 11010100 1100010 101000

Color Harmonies of #025FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025FCC

Black with #025FCC

Text Example


Text Example

White with #025FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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