Html Css Color HEX #1272BC Denim

📋 copy color: '#1272BC'

red 18 ◦ green 114 ◦ blue 188

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

Shades of Denim #1272BC

Tints of Denim #1272BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.75%

R = 5.63%
G = 35.63%
B = 58.75%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1272BC (or 0x1272BC) is known color: Denim. HEX triplet: 12, 72 and BC. RGB value is (18,114,188). Sum of RGB (Red+Green+Blue) = 18+114+188=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #1272BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1272BC is #ED8D43. Grayscale: #5D5D5D. Windows color (decimal): -15568196 or 12349970. OLE color: 12349970.

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

Color convert

RGB 18 114 188 -
CMYK 0.90 0.39 0 0.26
HSL 206.12º 0.83% 0.4% -
HSV(B) 206.12º 0.9% 0.74% -
XYZ 15.34 15.79 49.82 -
YUV 93.73 181.2 73.98 -
System Red Green Blue C M Y K H S L
Decimal 18 114 188 0.90 0.39 0 0.26 206.12 0.83 0.4
Hex 12 72 BC 5A 27 0 1A CE 53 28
Octal 22 162 274 132 47 0 32 316 123 50
Binary 10010 1110010 10111100 1011010 100111 0 11010 11001110 1010011 101000

Color Harmonies of #1272BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1272BC

Black with #1272BC

Text Example


Text Example

White with #1272BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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