Html Css Color HEX #1381DD Navy Blue

📋 copy color: '#1381DD'

red 19 ◦ green 129 ◦ blue 221

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

Shades of Navy Blue #1381DD

Tints of Navy Blue #1381DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.89%

R = 5.15%
G = 34.96%
B = 59.89%

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

#1381DD (or 0x1381DD) is known color: Navy Blue. HEX triplet: 13, 81 and DD. RGB value is (19,129,221). Sum of RGB (Red+Green+Blue) = 19+129+221=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 129 (50.78% from 255 or 34.96% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #1381DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1381DD is #EC7E22. Grayscale: #6A6A6A. Windows color (decimal): -15498787 or 14516499. OLE color: 14516499.

HSL color Cylindrical-coordinate representation of color #1381DD: hue angle of 207.33º 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 #1381DD is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 129 221 -
CMYK 0.91 0.42 0 0.13
HSL 207.33º 0.84% 0.47% -
HSV(B) 207.33º 0.91% 0.87% -
XYZ 21.17 21.06 71.36 -
YUV 106.6 192.56 65.52 -
System Red Green Blue C M Y K H S L
Decimal 19 129 221 0.91 0.42 0 0.13 207.33 0.84 0.47
Hex 13 81 DD 5B 2A 0 D CF 54 2F
Octal 23 201 335 133 52 0 15 317 124 57
Binary 10011 10000001 11011101 1011011 101010 0 1101 11001111 1010100 101111

Color Harmonies of #1381DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1381DD

Black with #1381DD

Text Example


Text Example

White with #1381DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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