Html Css Color HEX #266CBA Denim

📋 copy color: '#266CBA'

red 38 ◦ green 108 ◦ blue 186

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

Shades of Denim #266CBA

Tints of Denim #266CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.53%

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 11.45%
G = 32.53%
B = 56.02%

CMYK

 C value IS 0.80

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#266CBA (or 0x266CBA) is known color: Denim. HEX triplet: 26, 6C and BA. RGB value is (38,108,186). Sum of RGB (Red+Green+Blue) = 38+108+186=332 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.45% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #266CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266CBA is #D99345. Grayscale: #5F5F5F. Windows color (decimal): -14259014 or 12217382. OLE color: 12217382.

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

Color convert

RGB 38 108 186 -
CMYK 0.80 0.42 0 0.27
HSL 211.62º 0.66% 0.44% -
HSV(B) 211.62º 0.8% 0.73% -
XYZ 15.02 14.68 48.5 -
YUV 95.96 178.81 86.66 -
System Red Green Blue C M Y K H S L
Decimal 38 108 186 0.80 0.42 0 0.27 211.62 0.66 0.44
Hex 26 6C BA 50 2A 0 1B D4 42 2C
Octal 46 154 272 120 52 0 33 324 102 54
Binary 100110 1101100 10111010 1010000 101010 0 11011 11010100 1000010 101100

Color Harmonies of #266CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266CBA

Black with #266CBA

Text Example


Text Example

White with #266CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,108,186); }

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

background-color css

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

 a { background-color: rgb(38,108,186); }

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

border-color css

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

 span { border-color: rgb(38,108,186); }

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