Html Css Color HEX #266EB9 Denim

📋 copy color: '#266EB9'

red 38 ◦ green 110 ◦ blue 185

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

Shades of Denim #266EB9

Tints of Denim #266EB9

RGB

 RED value IS 38 (15.23% from 255) = 11.41%

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 185 (72.66% from 255) = 55.56%

R = 11.41%
G = 33.03%
B = 55.56%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#266EB9 (or 0x266EB9) is known color: Denim. HEX triplet: 26, 6E and B9. RGB value is (38,110,185). Sum of RGB (Red+Green+Blue) = 38+110+185=333 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.41% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #266EB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266EB9 is #D99146. Grayscale: #606060. Windows color (decimal): -14258503 or 12152358. OLE color: 12152358.

HSL color Cylindrical-coordinate representation of color #266EB9: hue angle of 210.61º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #266EB9 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 110 185 -
CMYK 0.79 0.41 0 0.27
HSL 210.61º 0.66% 0.44% -
HSV(B) 210.61º 0.79% 0.73% -
XYZ 15.13 15.07 48.01 -
YUV 97.02 177.65 85.9 -
System Red Green Blue C M Y K H S L
Decimal 38 110 185 0.79 0.41 0 0.27 210.61 0.66 0.44
Hex 26 6E B9 4F 29 0 1B D3 42 2C
Octal 46 156 271 117 51 0 33 323 102 54
Binary 100110 1101110 10111001 1001111 101001 0 11011 11010011 1000010 101100

Color Harmonies of #266EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266EB9

Black with #266EB9

Text Example


Text Example

White with #266EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #266EB9; }

 p { color: rgb(38,110,185); }

 H1.HeaderClassName
 {
   color: #266EB9;
 }
 .AnyTagClassName
 {
   color: #266EB9;
 }
</style>

background-color css

<style>
 a { background-color: #266EB9; }

 a { background-color: rgb(38,110,185); }

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

border-color css

<style>
 span { border-color: #266EB9; }

 span { border-color: rgb(38,110,185); }

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