Html Css Color HEX #1961EA Navy Blue

📋 copy color: '#1961EA'

red 25 ◦ green 97 ◦ blue 234

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

Shades of Navy Blue #1961EA

Tints of Navy Blue #1961EA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.25%

 BLUE value IS 234 (91.8% from 255) = 65.73%

R = 7.02%
G = 27.25%
B = 65.73%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1961EA (or 0x1961EA) is known color: Navy Blue. HEX triplet: 19, 61 and EA. RGB value is (25,97,234). Sum of RGB (Red+Green+Blue) = 25+97+234=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 234 (91.80% from 255 or 65.73% from 356); Max value from RGB is 234 - color contains mainly: blue. Hex color #1961EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1961EA is #E69E15. Grayscale: #5A5A5A. Windows color (decimal): -15113750 or 15360281. OLE color: 15360281.

HSL color Cylindrical-coordinate representation of color #1961EA: hue angle of 219.33º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1961EA is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 25 97 234 -
CMYK 0.89 0.59 0 0.08
HSL 219.33º 0.83% 0.51% -
HSV(B) 219.33º 0.89% 0.92% -
XYZ 19.53 14.7 79.65 -
YUV 91.09 208.65 80.86 -
System Red Green Blue C M Y K H S L
Decimal 25 97 234 0.89 0.59 0 0.08 219.33 0.83 0.51
Hex 19 61 EA 59 3B 0 8 DB 53 33
Octal 31 141 352 131 73 0 10 333 123 63
Binary 11001 1100001 11101010 1011001 111011 0 1000 11011011 1010011 110011

Color Harmonies of #1961EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1961EA

Black with #1961EA

Text Example


Text Example

White with #1961EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1961EA; }

 p { color: rgb(25,97,234); }

 H1.HeaderClassName
 {
   color: #1961EA;
 }
 .AnyTagClassName
 {
   color: #1961EA;
 }
</style>

background-color css

<style>
 a { background-color: #1961EA; }

 a { background-color: rgb(25,97,234); }

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

border-color css

<style>
 span { border-color: #1961EA; }

 span { border-color: rgb(25,97,234); }

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