Html Css Color HEX #1269BD Denim

📋 copy color: '#1269BD'

red 18 ◦ green 105 ◦ blue 189

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

Shades of Denim #1269BD

Tints of Denim #1269BD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.65%

 BLUE value IS 189 (74.22% from 255) = 60.58%

R = 5.77%
G = 33.65%
B = 60.58%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1269BD (or 0x1269BD) is known color: Denim. HEX triplet: 12, 69 and BD. RGB value is (18,105,189). Sum of RGB (Red+Green+Blue) = 18+105+189=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 189 (74.22% from 255 or 60.58% from 312); Max value from RGB is 189 - color contains mainly: blue. Hex color #1269BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1269BD is #ED9642. Grayscale: #585858. Windows color (decimal): -15570499 or 12413202. OLE color: 12413202.

HSL color Cylindrical-coordinate representation of color #1269BD: hue angle of 209.47º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1269BD is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 105 189 -
CMYK 0.90 0.44 0 0.26
HSL 209.47º 0.83% 0.41% -
HSV(B) 209.47º 0.9% 0.74% -
XYZ 14.49 13.91 50.06 -
YUV 88.56 184.68 77.67 -
System Red Green Blue C M Y K H S L
Decimal 18 105 189 0.90 0.44 0 0.26 209.47 0.83 0.41
Hex 12 69 BD 5A 2C 0 1A D1 53 29
Octal 22 151 275 132 54 0 32 321 123 51
Binary 10010 1101001 10111101 1011010 101100 0 11010 11010001 1010011 101001

Color Harmonies of #1269BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1269BD

Black with #1269BD

Text Example


Text Example

White with #1269BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1269BD; }

 p { color: rgb(18,105,189); }

 H1.HeaderClassName
 {
   color: #1269BD;
 }
 .AnyTagClassName
 {
   color: #1269BD;
 }
</style>

background-color css

<style>
 a { background-color: #1269BD; }

 a { background-color: rgb(18,105,189); }

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

border-color css

<style>
 span { border-color: #1269BD; }

 span { border-color: rgb(18,105,189); }

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