Html Css Color HEX #1967DD Navy Blue

📋 copy color: '#1967DD'

red 25 ◦ green 103 ◦ blue 221

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

Shades of Navy Blue #1967DD

Tints of Navy Blue #1967DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.32%

R = 7.16%
G = 29.51%
B = 63.32%

CMYK

 C value IS 0.89

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1967DD (or 0x1967DD) is known color: Navy Blue. HEX triplet: 19, 67 and DD. RGB value is (25,103,221). Sum of RGB (Red+Green+Blue) = 25+103+221=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #1967DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1967DD is #E69822. Grayscale: #5C5C5C. Windows color (decimal): -15112227 or 14509849. OLE color: 14509849.

HSL color Cylindrical-coordinate representation of color #1967DD: hue angle of 216.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1967DD is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 103 221 -
CMYK 0.89 0.53 0 0.13
HSL 216.12º 0.8% 0.48% -
HSV(B) 216.12º 0.89% 0.87% -
XYZ 18.3 15.13 70.36 -
YUV 93.13 200.16 79.41 -
System Red Green Blue C M Y K H S L
Decimal 25 103 221 0.89 0.53 0 0.13 216.12 0.8 0.48
Hex 19 67 DD 59 35 0 D D8 50 30
Octal 31 147 335 131 65 0 15 330 120 60
Binary 11001 1100111 11011101 1011001 110101 0 1101 11011000 1010000 110000

Color Harmonies of #1967DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1967DD

Black with #1967DD

Text Example


Text Example

White with #1967DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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