#1350E6

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

Shades of Navy Blue #1350E6

Tints of Navy Blue #1350E6

Color information

#1350E6 (or 0x1350E6) is unknown color: approx Navy Blue. HEX triplet: 13, 50 and E6. RGB value is (19,80,230). Sum of RGB (Red+Green+Blue) = 19+80+230=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 230 (90.23% from 255 or 69.91% from 329); Max value from RGB is 230 - color contains mainly: blue. Hex color #1350E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1350E6 is #ECAF19. Grayscale: #4E4E4E. Windows color (decimal): -15511322 or 15093779. OLE color: 15093779.

HSL color Cylindrical-coordinate representation of color #1350E6: hue angle of 222.65º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1350E6 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1980230-
CMYK0.920.6500.10
HSL222.65º84.74%48.82%-
HSV(B)222.65º91.74%90.2%-
XYZ17.4211.5976.18-
YUV78.86213.2985.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.78%
GREEN value IS 80 (31.64% from 255) = 24.32%
BLUE value IS 230 (90.23% from 255) = 69.91%
R=5.78%
G=24.32%
B=69.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal19802300.920.6500.10222.6584.7448.82
Hex1350E65C410Adf5531
Octal2312034613410101233712561
Binary100111010000111001101011100100000101010110111111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1350E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1350E6; }

 p { color: rgb(19,80,230); }

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

<style>
 a { background-color: #1350E6; }

 a { background-color: rgb(19,80,230); }

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

<style>
 span { border-color: #1350E6; }

 span { border-color: rgb(19,80,230); }

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