Html Css Color HEX #1358FA Navy Blue

📋 copy color: '#1358FA'

red 19 ◦ green 88 ◦ blue 250

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

Shades of Navy Blue #1358FA

Tints of Navy Blue #1358FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 250 (98.05% from 255) = 70.03%

R = 5.32%
G = 24.65%
B = 70.03%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1358FA (or 0x1358FA) is known color: Navy Blue. HEX triplet: 13, 58 and FA. RGB value is (19,88,250). Sum of RGB (Red+Green+Blue) = 19+88+250=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #1358FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1358FA is #ECA705. Grayscale: #555555. Windows color (decimal): -15509254 or 16406547. OLE color: 16406547.

HSL color Cylindrical-coordinate representation of color #1358FA: hue angle of 222.08º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1358FA is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 88 250 -
CMYK 0.92 0.65 0 0.02
HSL 222.08º 0.96% 0.53% -
HSV(B) 222.08º 0.92% 0.98% -
XYZ 21.01 14.02 92.04 -
YUV 85.84 220.64 80.33 -
System Red Green Blue C M Y K H S L
Decimal 19 88 250 0.92 0.65 0 0.02 222.08 0.96 0.53
Hex 13 58 FA 5C 41 0 2 DE 60 35
Octal 23 130 372 134 101 0 2 336 140 65
Binary 10011 1011000 11111010 1011100 1000001 0 10 11011110 1100000 110101

Color Harmonies of #1358FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358FA

Black with #1358FA

Text Example


Text Example

White with #1358FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1358FA; }

 p { color: rgb(19,88,250); }

 H1.HeaderClassName
 {
   color: #1358FA;
 }
 .AnyTagClassName
 {
   color: #1358FA;
 }
</style>

background-color css

<style>
 a { background-color: #1358FA; }

 a { background-color: rgb(19,88,250); }

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

border-color css

<style>
 span { border-color: #1358FA; }

 span { border-color: rgb(19,88,250); }

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