Html Css Color HEX #1375CF Navy Blue

📋 copy color: '#1375CF'

red 19 ◦ green 117 ◦ blue 207

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

Shades of Navy Blue #1375CF

Tints of Navy Blue #1375CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.35%

R = 5.54%
G = 34.11%
B = 60.35%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1375CF (or 0x1375CF) is known color: Navy Blue. HEX triplet: 13, 75 and CF. RGB value is (19,117,207). Sum of RGB (Red+Green+Blue) = 19+117+207=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #1375CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1375CF is #EC8A30. Grayscale: #616161. Windows color (decimal): -15501873 or 13595923. OLE color: 13595923.

HSL color Cylindrical-coordinate representation of color #1375CF: hue angle of 208.72º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1375CF is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 117 207 -
CMYK 0.91 0.43 0 0.19
HSL 208.72º 0.83% 0.44% -
HSV(B) 208.72º 0.91% 0.81% -
XYZ 17.89 17.37 61.44 -
YUV 97.96 189.53 71.68 -
System Red Green Blue C M Y K H S L
Decimal 19 117 207 0.91 0.43 0 0.19 208.72 0.83 0.44
Hex 13 75 CF 5B 2B 0 13 D1 53 2C
Octal 23 165 317 133 53 0 23 321 123 54
Binary 10011 1110101 11001111 1011011 101011 0 10011 11010001 1010011 101100

Color Harmonies of #1375CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1375CF

Black with #1375CF

Text Example


Text Example

White with #1375CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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