Html Css Color HEX #1266BB Denim

📋 copy color: '#1266BB'

red 18 ◦ green 102 ◦ blue 187

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

Shades of Denim #1266BB

Tints of Denim #1266BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.22%

 BLUE value IS 187 (73.44% from 255) = 60.91%

R = 5.86%
G = 33.22%
B = 60.91%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1266BB (or 0x1266BB) is known color: Denim. HEX triplet: 12, 66 and BB. RGB value is (18,102,187). Sum of RGB (Red+Green+Blue) = 18+102+187=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #1266BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1266BB is #ED9944. Grayscale: #565656. Windows color (decimal): -15571269 or 12281362. OLE color: 12281362.

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

Color convert

RGB 18 102 187 -
CMYK 0.90 0.45 0 0.27
HSL 210.18º 0.82% 0.4% -
HSV(B) 210.18º 0.9% 0.73% -
XYZ 13.97 13.22 48.83 -
YUV 86.57 184.67 79.09 -
System Red Green Blue C M Y K H S L
Decimal 18 102 187 0.90 0.45 0 0.27 210.18 0.82 0.4
Hex 12 66 BB 5A 2D 0 1B D2 52 28
Octal 22 146 273 132 55 0 33 322 122 50
Binary 10010 1100110 10111011 1011010 101101 0 11011 11010010 1010010 101000

Color Harmonies of #1266BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1266BB

Black with #1266BB

Text Example


Text Example

White with #1266BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1266BB; }

 p { color: rgb(18,102,187); }

 H1.HeaderClassName
 {
   color: #1266BB;
 }
 .AnyTagClassName
 {
   color: #1266BB;
 }
</style>

background-color css

<style>
 a { background-color: #1266BB; }

 a { background-color: rgb(18,102,187); }

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

border-color css

<style>
 span { border-color: #1266BB; }

 span { border-color: rgb(18,102,187); }

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