Html Css Color HEX #1271D7 Navy Blue

📋 copy color: '#1271D7'

red 18 ◦ green 113 ◦ blue 215

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

Shades of Navy Blue #1271D7

Tints of Navy Blue #1271D7

RGB

 RED value IS 18 (7.42% from 255) = 5.2%

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 215 (84.38% from 255) = 62.14%

R = 5.2%
G = 32.66%
B = 62.14%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1271D7 (or 0x1271D7) is known color: Navy Blue. HEX triplet: 12, 71 and D7. RGB value is (18,113,215). Sum of RGB (Red+Green+Blue) = 18+113+215=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 215 (84.38% from 255 or 62.14% from 346); Max value from RGB is 215 - color contains mainly: blue. Hex color #1271D7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271D7 is #ED8E28. Grayscale: #5F5F5F. Windows color (decimal): -15568425 or 14119186. OLE color: 14119186.

HSL color Cylindrical-coordinate representation of color #1271D7: hue angle of 211.07º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1271D7 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 113 215 -
CMYK 0.92 0.47 0 0.16
HSL 211.07º 0.85% 0.46% -
HSV(B) 211.07º 0.92% 0.84% -
XYZ 18.42 16.85 66.57 -
YUV 96.22 195.03 72.21 -
System Red Green Blue C M Y K H S L
Decimal 18 113 215 0.92 0.47 0 0.16 211.07 0.85 0.46
Hex 12 71 D7 5C 2F 0 10 D3 55 2E
Octal 22 161 327 134 57 0 20 323 125 56
Binary 10010 1110001 11010111 1011100 101111 0 10000 11010011 1010101 101110

Color Harmonies of #1271D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271D7

Black with #1271D7

Text Example


Text Example

White with #1271D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1271D7; }

 p { color: rgb(18,113,215); }

 H1.HeaderClassName
 {
   color: #1271D7;
 }
 .AnyTagClassName
 {
   color: #1271D7;
 }
</style>

background-color css

<style>
 a { background-color: #1271D7; }

 a { background-color: rgb(18,113,215); }

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

border-color css

<style>
 span { border-color: #1271D7; }

 span { border-color: rgb(18,113,215); }

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