Html Css Color HEX #1381DE Navy Blue

📋 copy color: '#1381DE'

red 19 ◦ green 129 ◦ blue 222

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

Shades of Navy Blue #1381DE

Tints of Navy Blue #1381DE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.86%

 BLUE value IS 222 (87.11% from 255) = 60%

R = 5.14%
G = 34.86%
B = 60%

CMYK

 C value IS 0.91

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1381DE (or 0x1381DE) is known color: Navy Blue. HEX triplet: 13, 81 and DE. RGB value is (19,129,222). Sum of RGB (Red+Green+Blue) = 19+129+222=370 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.14% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 222 (87.11% from 255 or 60% from 370); Max value from RGB is 222 - color contains mainly: blue. Hex color #1381DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1381DE is #EC7E21. Grayscale: #6A6A6A. Windows color (decimal): -15498786 or 14582035. OLE color: 14582035.

HSL color Cylindrical-coordinate representation of color #1381DE: hue angle of 207.49º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1381DE is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 129 222 -
CMYK 0.91 0.42 0 0.13
HSL 207.49º 0.84% 0.47% -
HSV(B) 207.49º 0.91% 0.87% -
XYZ 21.3 21.11 72.06 -
YUV 106.71 193.06 65.44 -
System Red Green Blue C M Y K H S L
Decimal 19 129 222 0.91 0.42 0 0.13 207.49 0.84 0.47
Hex 13 81 DE 5B 2A 0 D CF 54 2F
Octal 23 201 336 133 52 0 15 317 124 57
Binary 10011 10000001 11011110 1011011 101010 0 1101 11001111 1010100 101111

Color Harmonies of #1381DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1381DE

Black with #1381DE

Text Example


Text Example

White with #1381DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1381DE; }

 p { color: rgb(19,129,222); }

 H1.HeaderClassName
 {
   color: #1381DE;
 }
 .AnyTagClassName
 {
   color: #1381DE;
 }
</style>

background-color css

<style>
 a { background-color: #1381DE; }

 a { background-color: rgb(19,129,222); }

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

border-color css

<style>
 span { border-color: #1381DE; }

 span { border-color: rgb(19,129,222); }

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