#1483CB

Color #1483CB Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1483CB

Tints of Navy Blue #1483CB

Color information

#1483CB (or 0x1483CB) is unknown color: approx Navy Blue. HEX triplet: 14, 83 and CB. RGB value is (20,131,203). Sum of RGB (Red+Green+Blue) = 20+131+203=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #1483CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1483CB is #EB7C34. Grayscale: #696969. Windows color (decimal): -15432757 or 13337364. OLE color: 13337364.

HSL color Cylindrical-coordinate representation of color #1483CB: hue angle of 203.61º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1483CB is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20131203-
CMYK0.900.3500.20
HSL203.61º82.06%43.73%-
HSV(B)203.61º90.15%79.61%-
XYZ19.1820.6959.48-
YUV106.02182.7366.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.65%
GREEN value IS 131 (51.56% from 255) = 37.01%
BLUE value IS 203 (79.69% from 255) = 57.34%
R=5.65%
G=37.01%
B=57.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201312030.900.3500.20203.6182.0643.73
Hex1483CB5A23014cc522c
Octal242033131324302431412254
Binary1010010000011110010111011010100011010100110011001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1483CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1483CB;
 }
 .AnyTagClassName
 {
   color: #1483CB;
 }
</style>
background-color css

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

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

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

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

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

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