Html Css Color HEX #1967E9 Navy Blue

📋 copy color: '#1967E9'

red 25 ◦ green 103 ◦ blue 233

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

Shades of Navy Blue #1967E9

Tints of Navy Blue #1967E9

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.53%

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

R = 6.93%
G = 28.53%
B = 64.54%

CMYK

 C value IS 0.89

 M value IS 0.56

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1967E9 (or 0x1967E9) is known color: Navy Blue. HEX triplet: 19, 67 and E9. RGB value is (25,103,233). Sum of RGB (Red+Green+Blue) = 25+103+233=361 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.93% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 233 (91.41% from 255 or 64.54% from 361); Max value from RGB is 233 - color contains mainly: blue. Hex color #1967E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1967E9 is #E69816. Grayscale: #5D5D5D. Windows color (decimal): -15112215 or 15296281. OLE color: 15296281.

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

Color convert

RGB 25 103 233 -
CMYK 0.89 0.56 0 0.09
HSL 217.5º 0.83% 0.51% -
HSV(B) 217.5º 0.89% 0.91% -
XYZ 19.96 15.79 79.09 -
YUV 94.5 206.16 78.43 -
System Red Green Blue C M Y K H S L
Decimal 25 103 233 0.89 0.56 0 0.09 217.5 0.83 0.51
Hex 19 67 E9 59 38 0 9 DA 53 33
Octal 31 147 351 131 70 0 11 332 123 63
Binary 11001 1100111 11101001 1011001 111000 0 1001 11011010 1010011 110011

Color Harmonies of #1967E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1967E9

Black with #1967E9

Text Example


Text Example

White with #1967E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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