Html Css Color HEX #1358DB Navy Blue

📋 copy color: '#1358DB'

red 19 ◦ green 88 ◦ blue 219

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

Shades of Navy Blue #1358DB

Tints of Navy Blue #1358DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.18%

R = 5.83%
G = 26.99%
B = 67.18%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1358DB (or 0x1358DB) is known color: Navy Blue. HEX triplet: 13, 58 and DB. RGB value is (19,88,219). Sum of RGB (Red+Green+Blue) = 19+88+219=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #1358DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1358DB is #ECA724. Grayscale: #515151. Windows color (decimal): -15509285 or 14374931. OLE color: 14374931.

HSL color Cylindrical-coordinate representation of color #1358DB: hue angle of 219.3º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1358DB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 88 219 -
CMYK 0.91 0.60 0 0.14
HSL 219.3º 0.84% 0.47% -
HSV(B) 219.3º 0.91% 0.86% -
XYZ 16.54 12.23 68.51 -
YUV 82.3 205.14 82.85 -
System Red Green Blue C M Y K H S L
Decimal 19 88 219 0.91 0.60 0 0.14 219.3 0.84 0.47
Hex 13 58 DB 5B 3C 0 E DB 54 2F
Octal 23 130 333 133 74 0 16 333 124 57
Binary 10011 1011000 11011011 1011011 111100 0 1110 11011011 1010100 101111

Color Harmonies of #1358DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1358DB

Black with #1358DB

Text Example


Text Example

White with #1358DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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