Html Css Color HEX #1367ED Navy Blue

📋 copy color: '#1367ED'

red 19 ◦ green 103 ◦ blue 237

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

Shades of Navy Blue #1367ED

Tints of Navy Blue #1367ED

RGB

 RED value IS 19 (7.81% from 255) = 5.29%

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

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

R = 5.29%
G = 28.69%
B = 66.02%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1367ED (or 0x1367ED) is known color: Navy Blue. HEX triplet: 13, 67 and ED. RGB value is (19,103,237). Sum of RGB (Red+Green+Blue) = 19+103+237=359 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.29% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #1367ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1367ED is #EC9812. Grayscale: #5C5C5C. Windows color (decimal): -15505427 or 15558419. OLE color: 15558419.

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

Color convert

RGB 19 103 237 -
CMYK 0.92 0.57 0 0.07
HSL 216.88º 0.86% 0.5% -
HSV(B) 216.88º 0.92% 0.93% -
XYZ 20.4 15.95 82.12 -
YUV 93.16 209.17 75.1 -
System Red Green Blue C M Y K H S L
Decimal 19 103 237 0.92 0.57 0 0.07 216.88 0.86 0.5
Hex 13 67 ED 5C 39 0 7 D9 56 32
Octal 23 147 355 134 71 0 7 331 126 62
Binary 10011 1100111 11101101 1011100 111001 0 111 11011001 1010110 110010

Color Harmonies of #1367ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1367ED

Black with #1367ED

Text Example


Text Example

White with #1367ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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