Html Css Color HEX #1967E6 Navy Blue

📋 copy color: '#1967E6'

red 25 ◦ green 103 ◦ blue 230

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

Shades of Navy Blue #1967E6

Tints of Navy Blue #1967E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 64.25%

R = 6.98%
G = 28.77%
B = 64.25%

CMYK

 C value IS 0.89

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1967E6 (or 0x1967E6) is known color: Navy Blue. HEX triplet: 19, 67 and E6. RGB value is (25,103,230). Sum of RGB (Red+Green+Blue) = 25+103+230=358 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.98% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 230 (90.23% from 255 or 64.25% from 358); Max value from RGB is 230 - color contains mainly: blue. Hex color #1967E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1967E6 is #E69819. Grayscale: #5D5D5D. Windows color (decimal): -15112218 or 15099673. OLE color: 15099673.

HSL color Cylindrical-coordinate representation of color #1967E6: hue angle of 217.17º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1967E6 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 25 103 230 -
CMYK 0.89 0.55 0 0.10
HSL 217.17º 0.8% 0.5% -
HSV(B) 217.17º 0.89% 0.9% -
XYZ 19.53 15.62 76.85 -
YUV 94.16 204.66 78.67 -
System Red Green Blue C M Y K H S L
Decimal 25 103 230 0.89 0.55 0 0.10 217.17 0.8 0.5
Hex 19 67 E6 59 37 0 A D9 50 32
Octal 31 147 346 131 67 0 12 331 120 62
Binary 11001 1100111 11100110 1011001 110111 0 1010 11011001 1010000 110010

Color Harmonies of #1967E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1967E6

Black with #1967E6

Text Example


Text Example

White with #1967E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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