Html Css Color HEX #1261CC Denim

📋 copy color: '#1261CC'

red 18 ◦ green 97 ◦ blue 204

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

Shades of Denim #1261CC

Tints of Denim #1261CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.95%

R = 5.64%
G = 30.41%
B = 63.95%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1261CC (or 0x1261CC) is known color: Denim. HEX triplet: 12, 61 and CC. RGB value is (18,97,204). Sum of RGB (Red+Green+Blue) = 18+97+204=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #1261CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1261CC is #ED9E33. Grayscale: #555555. Windows color (decimal): -15572532 or 13394194. OLE color: 13394194.

HSL color Cylindrical-coordinate representation of color #1261CC: hue angle of 214.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1261CC is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 97 204 -
CMYK 0.91 0.52 0 0.2
HSL 214.52º 0.84% 0.44% -
HSV(B) 214.52º 0.91% 0.8% -
XYZ 15.42 13.04 58.83 -
YUV 85.58 194.83 79.8 -
System Red Green Blue C M Y K H S L
Decimal 18 97 204 0.91 0.52 0 0.2 214.52 0.84 0.44
Hex 12 61 CC 5B 34 0 14 D7 54 2C
Octal 22 141 314 133 64 0 24 327 124 54
Binary 10010 1100001 11001100 1011011 110100 0 10100 11010111 1010100 101100

Color Harmonies of #1261CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1261CC

Black with #1261CC

Text Example


Text Example

White with #1261CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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