Html Css Color HEX #1270BA Denim

📋 copy color: '#1270BA'

red 18 ◦ green 112 ◦ blue 186

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

Shades of Denim #1270BA

Tints of Denim #1270BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.44%

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

R = 5.7%
G = 35.44%
B = 58.86%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1270BA (or 0x1270BA) is known color: Denim. HEX triplet: 12, 70 and BA. RGB value is (18,112,186). Sum of RGB (Red+Green+Blue) = 18+112+186=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #1270BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270BA is #ED8F45. Grayscale: #5B5B5B. Windows color (decimal): -15568710 or 12218386. OLE color: 12218386.

HSL color Cylindrical-coordinate representation of color #1270BA: hue angle of 206.43º 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 #1270BA is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 112 186 -
CMYK 0.90 0.40 0 0.27
HSL 206.43º 0.82% 0.4% -
HSV(B) 206.43º 0.9% 0.73% -
XYZ 14.91 15.26 48.61 -
YUV 92.33 180.86 74.98 -
System Red Green Blue C M Y K H S L
Decimal 18 112 186 0.90 0.40 0 0.27 206.43 0.82 0.4
Hex 12 70 BA 5A 28 0 1B CE 52 28
Octal 22 160 272 132 50 0 33 316 122 50
Binary 10010 1110000 10111010 1011010 101000 0 11011 11001110 1010010 101000

Color Harmonies of #1270BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1270BA

Black with #1270BA

Text Example


Text Example

White with #1270BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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