Html Css Color HEX #1357F8 Navy Blue

📋 copy color: '#1357F8'

red 19 ◦ green 87 ◦ blue 248

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

Shades of Navy Blue #1357F8

Tints of Navy Blue #1357F8

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.58%

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

R = 5.37%
G = 24.58%
B = 70.06%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1357F8 (or 0x1357F8) is known color: Navy Blue. HEX triplet: 13, 57 and F8. RGB value is (19,87,248). Sum of RGB (Red+Green+Blue) = 19+87+248=354 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.37% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 248 (97.27% from 255 or 70.06% from 354); Max value from RGB is 248 - color contains mainly: blue. Hex color #1357F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1357F8 is #ECA807. Grayscale: #545454. Windows color (decimal): -15509512 or 16275219. OLE color: 16275219.

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

Color convert

RGB 19 87 248 -
CMYK 0.92 0.65 0 0.03
HSL 222.18º 0.94% 0.52% -
HSV(B) 222.18º 0.92% 0.97% -
XYZ 20.62 13.73 90.37 -
YUV 85.02 219.97 80.91 -
System Red Green Blue C M Y K H S L
Decimal 19 87 248 0.92 0.65 0 0.03 222.18 0.94 0.52
Hex 13 57 F8 5C 41 0 3 DE 5E 34
Octal 23 127 370 134 101 0 3 336 136 64
Binary 10011 1010111 11111000 1011100 1000001 0 11 11011110 1011110 110100

Color Harmonies of #1357F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1357F8

Black with #1357F8

Text Example


Text Example

White with #1357F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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