#1350F8

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

Shades of Navy Blue #1350F8

Tints of Navy Blue #1350F8

Color information

#1350F8 (or 0x1350F8) is unknown color: approx Navy Blue. HEX triplet: 13, 50 and F8. RGB value is (19,80,248). Sum of RGB (Red+Green+Blue) = 19+80+248=347 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.48% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 248 (97.27% from 255 or 71.47% from 347); Max value from RGB is 248 - color contains mainly: blue. Hex color #1350F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1350F8 is #ECAF07. Grayscale: #505050. Windows color (decimal): -15511304 or 16273427. OLE color: 16273427.

HSL color Cylindrical-coordinate representation of color #1350F8: hue angle of 224.02º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1350F8 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1980248-
CMYK0.920.6800.03
HSL224.02º94.24%52.35%-
HSV(B)224.02º92.34%97.25%-
XYZ20.0812.6590.19-
YUV80.91222.2983.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.48%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 248 (97.27% from 255) = 71.47%
R=5.48%
G=23.05%
B=71.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal19802480.920.6800.03224.0294.2452.35
Hex1350F85C4403e05e34
Octal231203701341040334013664
Binary1001110100001111100010111001000100011111000001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1350F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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