Html Css Color HEX #126BBF Denim

📋 copy color: '#126BBF'

red 18 ◦ green 107 ◦ blue 191

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

Shades of Denim #126BBF

Tints of Denim #126BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.86%

 BLUE value IS 191 (75% from 255) = 60.44%

R = 5.7%
G = 33.86%
B = 60.44%

CMYK

 C value IS 0.91

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#126BBF (or 0x126BBF) is known color: Denim. HEX triplet: 12, 6B and BF. RGB value is (18,107,191). Sum of RGB (Red+Green+Blue) = 18+107+191=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 191 (75% from 255 or 60.44% from 316); Max value from RGB is 191 - color contains mainly: blue. Hex color #126BBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BBF is #ED9440. Grayscale: #595959. Windows color (decimal): -15569985 or 12544786. OLE color: 12544786.

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

Color convert

RGB 18 107 191 -
CMYK 0.91 0.44 0 0.25
HSL 209.13º 0.83% 0.41% -
HSV(B) 209.13º 0.91% 0.75% -
XYZ 14.91 14.41 51.28 -
YUV 89.97 185.01 76.67 -
System Red Green Blue C M Y K H S L
Decimal 18 107 191 0.91 0.44 0 0.25 209.13 0.83 0.41
Hex 12 6B BF 5B 2C 0 19 D1 53 29
Octal 22 153 277 133 54 0 31 321 123 51
Binary 10010 1101011 10111111 1011011 101100 0 11001 11010001 1010011 101001

Color Harmonies of #126BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BBF

Black with #126BBF

Text Example


Text Example

White with #126BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126BBF; }

 p { color: rgb(18,107,191); }

 H1.HeaderClassName
 {
   color: #126BBF;
 }
 .AnyTagClassName
 {
   color: #126BBF;
 }
</style>

background-color css

<style>
 a { background-color: #126BBF; }

 a { background-color: rgb(18,107,191); }

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

border-color css

<style>
 span { border-color: #126BBF; }

 span { border-color: rgb(18,107,191); }

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