Html Css Color HEX #1383CE Navy Blue

📋 copy color: '#1383CE'

red 19 ◦ green 131 ◦ blue 206

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

Shades of Navy Blue #1383CE

Tints of Navy Blue #1383CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.87%

R = 5.34%
G = 36.8%
B = 57.87%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1383CE (or 0x1383CE) is known color: Navy Blue. HEX triplet: 13, 83 and CE. RGB value is (19,131,206). Sum of RGB (Red+Green+Blue) = 19+131+206=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #1383CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383CE is #EC7C31. Grayscale: #696969. Windows color (decimal): -15498290 or 13533971. OLE color: 13533971.

HSL color Cylindrical-coordinate representation of color #1383CE: hue angle of 204.06º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1383CE is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 131 206 -
CMYK 0.91 0.36 0 0.19
HSL 204.06º 0.83% 0.44% -
HSV(B) 204.06º 0.91% 0.81% -
XYZ 19.53 20.83 61.38 -
YUV 106.06 184.39 65.9 -
System Red Green Blue C M Y K H S L
Decimal 19 131 206 0.91 0.36 0 0.19 204.06 0.83 0.44
Hex 13 83 CE 5B 24 0 13 CC 53 2C
Octal 23 203 316 133 44 0 23 314 123 54
Binary 10011 10000011 11001110 1011011 100100 0 10011 11001100 1010011 101100

Color Harmonies of #1383CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383CE

Black with #1383CE

Text Example


Text Example

White with #1383CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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