Html Css Color HEX #1956E9 Navy Blue

📋 copy color: '#1956E9'

red 25 ◦ green 86 ◦ blue 233

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

Shades of Navy Blue #1956E9

Tints of Navy Blue #1956E9

RGB

 RED value IS 25 (10.16% from 255) = 7.27%

 GREEN value IS 86 (33.98% from 255) = 25%

 BLUE value IS 233 (91.41% from 255) = 67.73%

R = 7.27%
G = 25%
B = 67.73%

CMYK

 C value IS 0.89

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1956E9 (or 0x1956E9) is known color: Navy Blue. HEX triplet: 19, 56 and E9. RGB value is (25,86,233). Sum of RGB (Red+Green+Blue) = 25+86+233=344 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.27% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 233 (91.41% from 255 or 67.73% from 344); Max value from RGB is 233 - color contains mainly: blue. Hex color #1956E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1956E9 is #E6A916. Grayscale: #535353. Windows color (decimal): -15116567 or 15291929. OLE color: 15291929.

HSL color Cylindrical-coordinate representation of color #1956E9: hue angle of 222.4º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1956E9 is Cyan = 0.89, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 86 233 -
CMYK 0.89 0.63 0 0.09
HSL 222.4º 0.83% 0.51% -
HSV(B) 222.4º 0.89% 0.91% -
XYZ 18.44 12.75 78.58 -
YUV 84.52 211.79 85.55 -
System Red Green Blue C M Y K H S L
Decimal 25 86 233 0.89 0.63 0 0.09 222.4 0.83 0.51
Hex 19 56 E9 59 3F 0 9 DE 53 33
Octal 31 126 351 131 77 0 11 336 123 63
Binary 11001 1010110 11101001 1011001 111111 0 1001 11011110 1010011 110011

Color Harmonies of #1956E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1956E9

Black with #1956E9

Text Example


Text Example

White with #1956E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1956E9; }

 p { color: rgb(25,86,233); }

 H1.HeaderClassName
 {
   color: #1956E9;
 }
 .AnyTagClassName
 {
   color: #1956E9;
 }
</style>

background-color css

<style>
 a { background-color: #1956E9; }

 a { background-color: rgb(25,86,233); }

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

border-color css

<style>
 span { border-color: #1956E9; }

 span { border-color: rgb(25,86,233); }

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