Html Css Color HEX #1383CA Navy Blue

📋 copy color: '#1383CA'

red 19 ◦ green 131 ◦ blue 202

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

Shades of Navy Blue #1383CA

Tints of Navy Blue #1383CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 57.39%

R = 5.4%
G = 37.22%
B = 57.39%

CMYK

 C value IS 0.91

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1383CA (or 0x1383CA) is known color: Navy Blue. HEX triplet: 13, 83 and CA. RGB value is (19,131,202). Sum of RGB (Red+Green+Blue) = 19+131+202=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #1383CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383CA is #EC7C35. Grayscale: #696969. Windows color (decimal): -15498294 or 13271827. OLE color: 13271827.

HSL color Cylindrical-coordinate representation of color #1383CA: hue angle of 203.28º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1383CA is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 131 202 -
CMYK 0.91 0.35 0 0.21
HSL 203.28º 0.83% 0.43% -
HSV(B) 203.28º 0.91% 0.79% -
XYZ 19.05 20.64 58.86 -
YUV 105.61 182.39 66.23 -
System Red Green Blue C M Y K H S L
Decimal 19 131 202 0.91 0.35 0 0.21 203.28 0.83 0.43
Hex 13 83 CA 5B 23 0 15 CB 53 2B
Octal 23 203 312 133 43 0 25 313 123 53
Binary 10011 10000011 11001010 1011011 100011 0 10101 11001011 1010011 101011

Color Harmonies of #1383CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383CA

Black with #1383CA

Text Example


Text Example

White with #1383CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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