Html Css Color HEX #1272BE Denim

📋 copy color: '#1272BE'

red 18 ◦ green 114 ◦ blue 190

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

Shades of Denim #1272BE

Tints of Denim #1272BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

 BLUE value IS 190 (74.61% from 255) = 59.01%

R = 5.59%
G = 35.4%
B = 59.01%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1272BE (or 0x1272BE) is known color: Denim. HEX triplet: 12, 72 and BE. RGB value is (18,114,190). Sum of RGB (Red+Green+Blue) = 18+114+190=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #1272BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1272BE is #ED8D41. Grayscale: #5D5D5D. Windows color (decimal): -15568194 or 12481042. OLE color: 12481042.

HSL color Cylindrical-coordinate representation of color #1272BE: hue angle of 206.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1272BE is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 114 190 -
CMYK 0.91 0.40 0 0.25
HSL 206.51º 0.83% 0.41% -
HSV(B) 206.51º 0.91% 0.75% -
XYZ 15.56 15.88 50.96 -
YUV 93.96 182.2 73.82 -
System Red Green Blue C M Y K H S L
Decimal 18 114 190 0.91 0.40 0 0.25 206.51 0.83 0.41
Hex 12 72 BE 5B 28 0 19 CF 53 29
Octal 22 162 276 133 50 0 31 317 123 51
Binary 10010 1110010 10111110 1011011 101000 0 11001 11001111 1010011 101001

Color Harmonies of #1272BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1272BE

Black with #1272BE

Text Example


Text Example

White with #1272BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1272BE; }

 p { color: rgb(18,114,190); }

 H1.HeaderClassName
 {
   color: #1272BE;
 }
 .AnyTagClassName
 {
   color: #1272BE;
 }
</style>

background-color css

<style>
 a { background-color: #1272BE; }

 a { background-color: rgb(18,114,190); }

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

border-color css

<style>
 span { border-color: #1272BE; }

 span { border-color: rgb(18,114,190); }

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