Html Css Color HEX #1261C1 Denim

📋 copy color: '#1261C1'

red 18 ◦ green 97 ◦ blue 193

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

Shades of Denim #1261C1

Tints of Denim #1261C1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.49%

 BLUE value IS 193 (75.78% from 255) = 62.66%

R = 5.84%
G = 31.49%
B = 62.66%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1261C1 (or 0x1261C1) is known color: Denim. HEX triplet: 12, 61 and C1. RGB value is (18,97,193). Sum of RGB (Red+Green+Blue) = 18+97+193=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 193 (75.78% from 255 or 62.66% from 308); Max value from RGB is 193 - color contains mainly: blue. Hex color #1261C1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1261C1 is #ED9E3E. Grayscale: #535353. Windows color (decimal): -15572543 or 12673298. OLE color: 12673298.

HSL color Cylindrical-coordinate representation of color #1261C1: hue angle of 212.91º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1261C1 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 97 193 -
CMYK 0.91 0.50 0 0.24
HSL 212.91º 0.83% 0.41% -
HSV(B) 212.91º 0.91% 0.76% -
XYZ 14.15 12.53 52.12 -
YUV 84.32 189.33 80.69 -
System Red Green Blue C M Y K H S L
Decimal 18 97 193 0.91 0.50 0 0.24 212.91 0.83 0.41
Hex 12 61 C1 5B 32 0 18 D5 53 29
Octal 22 141 301 133 62 0 30 325 123 51
Binary 10010 1100001 11000001 1011011 110010 0 11000 11010101 1010011 101001

Color Harmonies of #1261C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1261C1

Black with #1261C1

Text Example


Text Example

White with #1261C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1261C1; }

 p { color: rgb(18,97,193); }

 H1.HeaderClassName
 {
   color: #1261C1;
 }
 .AnyTagClassName
 {
   color: #1261C1;
 }
</style>

background-color css

<style>
 a { background-color: #1261C1; }

 a { background-color: rgb(18,97,193); }

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

border-color css

<style>
 span { border-color: #1261C1; }

 span { border-color: rgb(18,97,193); }

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