Html Css Color HEX #1967ED Navy Blue

📋 copy color: '#1967ED'

red 25 ◦ green 103 ◦ blue 237

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

Shades of Navy Blue #1967ED

Tints of Navy Blue #1967ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 6.85%
G = 28.22%
B = 64.93%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1967ED (or 0x1967ED) is known color: Navy Blue. HEX triplet: 19, 67 and ED. RGB value is (25,103,237). Sum of RGB (Red+Green+Blue) = 25+103+237=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #1967ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1967ED is #E69812. Grayscale: #5E5E5E. Windows color (decimal): -15112211 or 15558425. OLE color: 15558425.

HSL color Cylindrical-coordinate representation of color #1967ED: hue angle of 217.92º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1967ED is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 25 103 237 -
CMYK 0.89 0.57 0 0.07
HSL 217.92º 0.85% 0.51% -
HSV(B) 217.92º 0.89% 0.93% -
XYZ 20.54 16.02 82.13 -
YUV 94.95 208.16 78.1 -
System Red Green Blue C M Y K H S L
Decimal 25 103 237 0.89 0.57 0 0.07 217.92 0.85 0.51
Hex 19 67 ED 59 39 0 7 DA 55 33
Octal 31 147 355 131 71 0 7 332 125 63
Binary 11001 1100111 11101101 1011001 111001 0 111 11011010 1010101 110011

Color Harmonies of #1967ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1967ED

Black with #1967ED

Text Example


Text Example

White with #1967ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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