Html Css Color HEX #1375DB Navy Blue

📋 copy color: '#1375DB'

red 19 ◦ green 117 ◦ blue 219

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

Shades of Navy Blue #1375DB

Tints of Navy Blue #1375DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

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

R = 5.35%
G = 32.96%
B = 61.69%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1375DB (or 0x1375DB) is known color: Navy Blue. HEX triplet: 13, 75 and DB. RGB value is (19,117,219). Sum of RGB (Red+Green+Blue) = 19+117+219=355 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.35% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #1375DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1375DB is #EC8A24. Grayscale: #626262. Windows color (decimal): -15501861 or 14382355. OLE color: 14382355.

HSL color Cylindrical-coordinate representation of color #1375DB: hue angle of 210.6º 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 #1375DB is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 117 219 -
CMYK 0.91 0.47 0 0.14
HSL 210.6º 0.84% 0.47% -
HSV(B) 210.6º 0.91% 0.86% -
XYZ 19.42 17.98 69.46 -
YUV 99.33 195.53 70.71 -
System Red Green Blue C M Y K H S L
Decimal 19 117 219 0.91 0.47 0 0.14 210.6 0.84 0.47
Hex 13 75 DB 5B 2F 0 E D3 54 2F
Octal 23 165 333 133 57 0 16 323 124 57
Binary 10011 1110101 11011011 1011011 101111 0 1110 11010011 1010100 101111

Color Harmonies of #1375DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1375DB

Black with #1375DB

Text Example


Text Example

White with #1375DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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