Html Css Color HEX #1271DA Navy Blue

📋 copy color: '#1271DA'

red 18 ◦ green 113 ◦ blue 218

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

Shades of Navy Blue #1271DA

Tints of Navy Blue #1271DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.46%

R = 5.16%
G = 32.38%
B = 62.46%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1271DA (or 0x1271DA) is known color: Navy Blue. HEX triplet: 12, 71 and DA. RGB value is (18,113,218). Sum of RGB (Red+Green+Blue) = 18+113+218=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #1271DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271DA is #ED8E25. Grayscale: #606060. Windows color (decimal): -15568422 or 14315794. OLE color: 14315794.

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

Color convert

RGB 18 113 218 -
CMYK 0.92 0.48 0 0.15
HSL 211.5º 0.85% 0.46% -
HSV(B) 211.5º 0.92% 0.85% -
XYZ 18.81 17 68.62 -
YUV 96.57 196.53 71.96 -
System Red Green Blue C M Y K H S L
Decimal 18 113 218 0.92 0.48 0 0.15 211.5 0.85 0.46
Hex 12 71 DA 5C 30 0 F D4 55 2E
Octal 22 161 332 134 60 0 17 324 125 56
Binary 10010 1110001 11011010 1011100 110000 0 1111 11010100 1010101 101110

Color Harmonies of #1271DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271DA

Black with #1271DA

Text Example


Text Example

White with #1271DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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