Html Css Color HEX #1274BA Denim

📋 copy color: '#1274BA'

red 18 ◦ green 116 ◦ blue 186

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

Shades of Denim #1274BA

Tints of Denim #1274BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.25%

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

R = 5.63%
G = 36.25%
B = 58.13%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1274BA (or 0x1274BA) is known color: Denim. HEX triplet: 12, 74 and BA. RGB value is (18,116,186). Sum of RGB (Red+Green+Blue) = 18+116+186=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #1274BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1274BA is #ED8B45. Grayscale: #5E5E5E. Windows color (decimal): -15567686 or 12219410. OLE color: 12219410.

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

Color convert

RGB 18 116 186 -
CMYK 0.90 0.38 0 0.27
HSL 205º 0.82% 0.4% -
HSV(B) 205º 0.9% 0.73% -
XYZ 15.36 16.16 48.77 -
YUV 94.68 179.53 73.31 -
System Red Green Blue C M Y K H S L
Decimal 18 116 186 0.90 0.38 0 0.27 205 0.82 0.4
Hex 12 74 BA 5A 26 0 1B CD 52 28
Octal 22 164 272 132 46 0 33 315 122 50
Binary 10010 1110100 10111010 1011010 100110 0 11011 11001101 1010010 101000

Color Harmonies of #1274BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1274BA

Black with #1274BA

Text Example


Text Example

White with #1274BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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