Html Css Color HEX #1271DF Navy Blue

📋 copy color: '#1271DF'

red 18 ◦ green 113 ◦ blue 223

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

Shades of Navy Blue #1271DF

Tints of Navy Blue #1271DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 62.99%

R = 5.08%
G = 31.92%
B = 62.99%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1271DF (or 0x1271DF) is known color: Navy Blue. HEX triplet: 12, 71 and DF. RGB value is (18,113,223). Sum of RGB (Red+Green+Blue) = 18+113+223=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #1271DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271DF is #ED8E20. Grayscale: #606060. Windows color (decimal): -15568417 or 14643474. OLE color: 14643474.

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

Color convert

RGB 18 113 223 -
CMYK 0.92 0.49 0 0.13
HSL 212.2º 0.85% 0.47% -
HSV(B) 212.2º 0.92% 0.87% -
XYZ 19.47 17.27 72.12 -
YUV 97.14 199.03 71.56 -
System Red Green Blue C M Y K H S L
Decimal 18 113 223 0.92 0.49 0 0.13 212.2 0.85 0.47
Hex 12 71 DF 5C 31 0 D D4 55 2F
Octal 22 161 337 134 61 0 15 324 125 57
Binary 10010 1110001 11011111 1011100 110001 0 1101 11010100 1010101 101111

Color Harmonies of #1271DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271DF

Black with #1271DF

Text Example


Text Example

White with #1271DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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