Html Css Color HEX #1273BE Denim

📋 copy color: '#1273BE'

red 18 ◦ green 115 ◦ blue 190

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

Shades of Denim #1273BE

Tints of Denim #1273BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.6%

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

R = 5.57%
G = 35.6%
B = 58.82%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1273BE (or 0x1273BE) is known color: Denim. HEX triplet: 12, 73 and BE. RGB value is (18,115,190). Sum of RGB (Red+Green+Blue) = 18+115+190=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #1273BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1273BE is #ED8C41. Grayscale: #5E5E5E. Windows color (decimal): -15567938 or 12481298. OLE color: 12481298.

HSL color Cylindrical-coordinate representation of color #1273BE: hue angle of 206.16º 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 #1273BE is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 115 190 -
CMYK 0.91 0.39 0 0.25
HSL 206.16º 0.83% 0.41% -
HSV(B) 206.16º 0.91% 0.75% -
XYZ 15.67 16.11 51 -
YUV 94.55 181.86 73.4 -
System Red Green Blue C M Y K H S L
Decimal 18 115 190 0.91 0.39 0 0.25 206.16 0.83 0.41
Hex 12 73 BE 5B 27 0 19 CE 53 29
Octal 22 163 276 133 47 0 31 316 123 51
Binary 10010 1110011 10111110 1011011 100111 0 11001 11001110 1010011 101001

Color Harmonies of #1273BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1273BE

Black with #1273BE

Text Example


Text Example

White with #1273BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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