Html Css Color HEX #1383D8 Navy Blue

📋 copy color: '#1383D8'

red 19 ◦ green 131 ◦ blue 216

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

Shades of Navy Blue #1383D8

Tints of Navy Blue #1383D8

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.79%

 BLUE value IS 216 (84.77% from 255) = 59.02%

R = 5.19%
G = 35.79%
B = 59.02%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1383D8 (or 0x1383D8) is known color: Navy Blue. HEX triplet: 13, 83 and D8. RGB value is (19,131,216). Sum of RGB (Red+Green+Blue) = 19+131+216=366 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.19% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 216 (84.77% from 255 or 59.02% from 366); Max value from RGB is 216 - color contains mainly: blue. Hex color #1383D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383D8 is #EC7C27. Grayscale: #6A6A6A. Windows color (decimal): -15498280 or 14189331. OLE color: 14189331.

HSL color Cylindrical-coordinate representation of color #1383D8: hue angle of 205.89º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1383D8 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 131 216 -
CMYK 0.91 0.39 0 0.15
HSL 205.89º 0.84% 0.46% -
HSV(B) 205.89º 0.91% 0.85% -
XYZ 20.78 21.33 67.99 -
YUV 107.2 189.39 65.09 -
System Red Green Blue C M Y K H S L
Decimal 19 131 216 0.91 0.39 0 0.15 205.89 0.84 0.46
Hex 13 83 D8 5B 27 0 F CE 54 2E
Octal 23 203 330 133 47 0 17 316 124 56
Binary 10011 10000011 11011000 1011011 100111 0 1111 11001110 1010100 101110

Color Harmonies of #1383D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383D8

Black with #1383D8

Text Example


Text Example

White with #1383D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1383D8; }

 p { color: rgb(19,131,216); }

 H1.HeaderClassName
 {
   color: #1383D8;
 }
 .AnyTagClassName
 {
   color: #1383D8;
 }
</style>

background-color css

<style>
 a { background-color: #1383D8; }

 a { background-color: rgb(19,131,216); }

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

border-color css

<style>
 span { border-color: #1383D8; }

 span { border-color: rgb(19,131,216); }

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