Html Css Color HEX #1271BD Denim

📋 copy color: '#1271BD'

red 18 ◦ green 113 ◦ blue 189

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

Shades of Denim #1271BD

Tints of Denim #1271BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 5.63%
G = 35.31%
B = 59.06%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1271BD (or 0x1271BD) is known color: Denim. HEX triplet: 12, 71 and BD. RGB value is (18,113,189). Sum of RGB (Red+Green+Blue) = 18+113+189=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #1271BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1271BD is #ED8E42. Grayscale: #5C5C5C. Windows color (decimal): -15568451 or 12415250. OLE color: 12415250.

HSL color Cylindrical-coordinate representation of color #1271BD: hue angle of 206.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1271BD is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 113 189 -
CMYK 0.90 0.40 0 0.26
HSL 206.67º 0.83% 0.41% -
HSV(B) 206.67º 0.9% 0.74% -
XYZ 15.34 15.61 50.35 -
YUV 93.26 182.03 74.32 -
System Red Green Blue C M Y K H S L
Decimal 18 113 189 0.90 0.40 0 0.26 206.67 0.83 0.41
Hex 12 71 BD 5A 28 0 1A CF 53 29
Octal 22 161 275 132 50 0 32 317 123 51
Binary 10010 1110001 10111101 1011010 101000 0 11010 11001111 1010011 101001

Color Harmonies of #1271BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1271BD

Black with #1271BD

Text Example


Text Example

White with #1271BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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