Html Css Color HEX #1483CF Navy Blue

📋 copy color: '#1483CF'

red 20 ◦ green 131 ◦ blue 207

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

Shades of Navy Blue #1483CF

Tints of Navy Blue #1483CF

RGB

 RED value IS 20 (8.2% from 255) = 5.59%

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

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

R = 5.59%
G = 36.59%
B = 57.82%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1483CF (or 0x1483CF) is known color: Navy Blue. HEX triplet: 14, 83 and CF. RGB value is (20,131,207). Sum of RGB (Red+Green+Blue) = 20+131+207=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #1483CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1483CF is #EB7C30. Grayscale: #6A6A6A. Windows color (decimal): -15432753 or 13599508. OLE color: 13599508.

HSL color Cylindrical-coordinate representation of color #1483CF: hue angle of 204.39º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1483CF is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 20 131 207 -
CMYK 0.90 0.37 0 0.19
HSL 204.39º 0.82% 0.45% -
HSV(B) 204.39º 0.9% 0.81% -
XYZ 19.67 20.89 62.03 -
YUV 106.48 184.73 66.32 -
System Red Green Blue C M Y K H S L
Decimal 20 131 207 0.90 0.37 0 0.19 204.39 0.82 0.45
Hex 14 83 CF 5A 25 0 13 CC 52 2D
Octal 24 203 317 132 45 0 23 314 122 55
Binary 10100 10000011 11001111 1011010 100101 0 10011 11001100 1010010 101101

Color Harmonies of #1483CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1483CF

Black with #1483CF

Text Example


Text Example

White with #1483CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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