Html Css Color HEX #025CE8 Navy Blue

📋 copy color: '#025CE8'

red 2 ◦ green 92 ◦ blue 232

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

Shades of Navy Blue #025CE8

Tints of Navy Blue #025CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 71.17%

R = 0.61%
G = 28.22%
B = 71.17%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#025CE8 (or 0x025CE8) is known color: Navy Blue. HEX triplet: 02, 5C and E8. RGB value is (2,92,232). Sum of RGB (Red+Green+Blue) = 2+92+232=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 232 (91.02% from 255 or 71.17% from 326); Max value from RGB is 232 - color contains mainly: blue. Hex color #025CE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #025CE8 is #FDA317. Grayscale: #505050. Windows color (decimal): -16622360 or 15227906. OLE color: 15227906.

HSL color Cylindrical-coordinate representation of color #025CE8: hue angle of 216.52º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025CE8 is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 92 232 -
CMYK 0.99 0.60 0 0.09
HSL 216.52º 0.98% 0.46% -
HSV(B) 216.52º 0.99% 0.91% -
XYZ 18.42 13.49 77.98 -
YUV 81.05 213.18 71.62 -
System Red Green Blue C M Y K H S L
Decimal 2 92 232 0.99 0.60 0 0.09 216.52 0.98 0.46
Hex 2 5C E8 63 3C 0 9 D9 62 2E
Octal 2 134 350 143 74 0 11 331 142 56
Binary 10 1011100 11101000 1100011 111100 0 1001 11011001 1100010 101110

Color Harmonies of #025CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025CE8

Black with #025CE8

Text Example


Text Example

White with #025CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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