Html Css Color HEX #1271DC Navy Blue

📋 copy color: '#1271DC'

red 18 ◦ green 113 ◦ blue 220

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

Shades of Navy Blue #1271DC

Tints of Navy Blue #1271DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 62.68%

R = 5.13%
G = 32.19%
B = 62.68%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1271DC (or 0x1271DC) is known color: Navy Blue. HEX triplet: 12, 71 and DC. RGB value is (18,113,220). Sum of RGB (Red+Green+Blue) = 18+113+220=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #1271DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271DC is #ED8E23. Grayscale: #606060. Windows color (decimal): -15568420 or 14446866. OLE color: 14446866.

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

Color convert

RGB 18 113 220 -
CMYK 0.92 0.49 0 0.14
HSL 211.78º 0.85% 0.47% -
HSV(B) 211.78º 0.92% 0.86% -
XYZ 19.07 17.11 70.01 -
YUV 96.79 197.53 71.8 -
System Red Green Blue C M Y K H S L
Decimal 18 113 220 0.92 0.49 0 0.14 211.78 0.85 0.47
Hex 12 71 DC 5C 31 0 E D4 55 2F
Octal 22 161 334 134 61 0 16 324 125 57
Binary 10010 1110001 11011100 1011100 110001 0 1110 11010100 1010101 101111

Color Harmonies of #1271DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271DC

Black with #1271DC

Text Example


Text Example

White with #1271DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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