Html Css Color HEX #025CCF Navy Blue

📋 copy color: '#025CCF'

red 2 ◦ green 92 ◦ blue 207

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

Shades of Navy Blue #025CCF

Tints of Navy Blue #025CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.56%

 BLUE value IS 207 (81.25% from 255) = 68.77%

R = 0.66%
G = 30.56%
B = 68.77%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#025CCF (or 0x025CCF) is known color: Navy Blue. HEX triplet: 02, 5C and CF. RGB value is (2,92,207). Sum of RGB (Red+Green+Blue) = 2+92+207=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #025CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #025CCF is #FDA330. Grayscale: #4D4D4D. Windows color (decimal): -16622385 or 13589506. OLE color: 13589506.

HSL color Cylindrical-coordinate representation of color #025CCF: hue angle of 213.66º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025CCF is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 2 92 207 -
CMYK 0.99 0.56 0 0.19
HSL 213.66º 0.98% 0.41% -
HSV(B) 213.66º 0.99% 0.81% -
XYZ 15.11 12.17 60.58 -
YUV 78.2 200.68 73.65 -
System Red Green Blue C M Y K H S L
Decimal 2 92 207 0.99 0.56 0 0.19 213.66 0.98 0.41
Hex 2 5C CF 63 38 0 13 D6 62 29
Octal 2 134 317 143 70 0 23 326 142 51
Binary 10 1011100 11001111 1100011 111000 0 10011 11010110 1100010 101001

Color Harmonies of #025CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025CCF

Black with #025CCF

Text Example


Text Example

White with #025CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,92,207); }

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

background-color css

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

 a { background-color: rgb(2,92,207); }

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

border-color css

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

 span { border-color: rgb(2,92,207); }

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