Html Css Color HEX #1359F8 Navy Blue

📋 copy color: '#1359F8'

red 19 ◦ green 89 ◦ blue 248

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

Shades of Navy Blue #1359F8

Tints of Navy Blue #1359F8

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

 BLUE value IS 248 (97.27% from 255) = 69.66%

R = 5.34%
G = 25%
B = 69.66%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1359F8 (or 0x1359F8) is known color: Navy Blue. HEX triplet: 13, 59 and F8. RGB value is (19,89,248). Sum of RGB (Red+Green+Blue) = 19+89+248=356 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.34% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 248 (97.27% from 255 or 69.66% from 356); Max value from RGB is 248 - color contains mainly: blue. Hex color #1359F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1359F8 is #ECA607. Grayscale: #555555. Windows color (decimal): -15509000 or 16275731. OLE color: 16275731.

HSL color Cylindrical-coordinate representation of color #1359F8: hue angle of 221.66º 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 #1359F8 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 89 248 -
CMYK 0.92 0.64 0 0.03
HSL 221.66º 0.94% 0.52% -
HSV(B) 221.66º 0.92% 0.97% -
XYZ 20.78 14.06 90.43 -
YUV 86.2 219.31 80.07 -
System Red Green Blue C M Y K H S L
Decimal 19 89 248 0.92 0.64 0 0.03 221.66 0.94 0.52
Hex 13 59 F8 5C 40 0 3 DE 5E 34
Octal 23 131 370 134 100 0 3 336 136 64
Binary 10011 1011001 11111000 1011100 1000000 0 11 11011110 1011110 110100

Color Harmonies of #1359F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1359F8

Black with #1359F8

Text Example


Text Example

White with #1359F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1359F8;
 }
 .AnyTagClassName
 {
   color: #1359F8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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