Html Css Color HEX #1958E9 Navy Blue

📋 copy color: '#1958E9'

red 25 ◦ green 88 ◦ blue 233

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

Shades of Navy Blue #1958E9

Tints of Navy Blue #1958E9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

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

R = 7.23%
G = 25.43%
B = 67.34%

CMYK

 C value IS 0.89

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1958E9 (or 0x1958E9) is known color: Navy Blue. HEX triplet: 19, 58 and E9. RGB value is (25,88,233). Sum of RGB (Red+Green+Blue) = 25+88+233=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 233 (91.41% from 255 or 67.34% from 346); Max value from RGB is 233 - color contains mainly: blue. Hex color #1958E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1958E9 is #E6A716. Grayscale: #555555. Windows color (decimal): -15116055 or 15292441. OLE color: 15292441.

HSL color Cylindrical-coordinate representation of color #1958E9: hue angle of 221.83º 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 #1958E9 is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 25 88 233 -
CMYK 0.89 0.62 0 0.09
HSL 221.83º 0.83% 0.51% -
HSV(B) 221.83º 0.89% 0.91% -
XYZ 18.6 13.07 78.63 -
YUV 85.69 211.13 84.71 -
System Red Green Blue C M Y K H S L
Decimal 25 88 233 0.89 0.62 0 0.09 221.83 0.83 0.51
Hex 19 58 E9 59 3E 0 9 DE 53 33
Octal 31 130 351 131 76 0 11 336 123 63
Binary 11001 1011000 11101001 1011001 111110 0 1001 11011110 1010011 110011

Color Harmonies of #1958E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1958E9

Black with #1958E9

Text Example


Text Example

White with #1958E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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