Html Css Color HEX #1271BA Denim

📋 copy color: '#1271BA'

red 18 ◦ green 113 ◦ blue 186

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

Shades of Denim #1271BA

Tints of Denim #1271BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 5.68%
G = 35.65%
B = 58.68%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1271BA (or 0x1271BA) is known color: Denim. HEX triplet: 12, 71 and BA. RGB value is (18,113,186). Sum of RGB (Red+Green+Blue) = 18+113+186=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #1271BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271BA is #ED8E45. Grayscale: #5C5C5C. Windows color (decimal): -15568454 or 12218642. OLE color: 12218642.

HSL color Cylindrical-coordinate representation of color #1271BA: hue angle of 206.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1271BA is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 113 186 -
CMYK 0.90 0.39 0 0.27
HSL 206.07º 0.82% 0.4% -
HSV(B) 206.07º 0.9% 0.73% -
XYZ 15.02 15.48 48.65 -
YUV 92.92 180.53 74.56 -
System Red Green Blue C M Y K H S L
Decimal 18 113 186 0.90 0.39 0 0.27 206.07 0.82 0.4
Hex 12 71 BA 5A 27 0 1B CE 52 28
Octal 22 161 272 132 47 0 33 316 122 50
Binary 10010 1110001 10111010 1011010 100111 0 11011 11001110 1010010 101000

Color Harmonies of #1271BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271BA

Black with #1271BA

Text Example


Text Example

White with #1271BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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