Html Css Color HEX #1383CF Navy Blue

📋 copy color: '#1383CF'

red 19 ◦ green 131 ◦ blue 207

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

Shades of Navy Blue #1383CF

Tints of Navy Blue #1383CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 57.98%

R = 5.32%
G = 36.69%
B = 57.98%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1383CF (or 0x1383CF) is known color: Navy Blue. HEX triplet: 13, 83 and CF. RGB value is (19,131,207). Sum of RGB (Red+Green+Blue) = 19+131+207=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #1383CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1383CF is #EC7C30. Grayscale: #696969. Windows color (decimal): -15498289 or 13599507. OLE color: 13599507.

HSL color Cylindrical-coordinate representation of color #1383CF: hue angle of 204.26º 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 #1383CF is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 131 207 -
CMYK 0.91 0.37 0 0.19
HSL 204.26º 0.83% 0.44% -
HSV(B) 204.26º 0.91% 0.81% -
XYZ 19.65 20.88 62.03 -
YUV 106.18 184.89 65.82 -
System Red Green Blue C M Y K H S L
Decimal 19 131 207 0.91 0.37 0 0.19 204.26 0.83 0.44
Hex 13 83 CF 5B 25 0 13 CC 53 2C
Octal 23 203 317 133 45 0 23 314 123 54
Binary 10011 10000011 11001111 1011011 100101 0 10011 11001100 1010011 101100

Color Harmonies of #1383CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1383CF

Black with #1383CF

Text Example


Text Example

White with #1383CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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