Html Css Color HEX #266BBA Denim

📋 copy color: '#266BBA'

red 38 ◦ green 107 ◦ blue 186

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

Shades of Denim #266BBA

Tints of Denim #266BBA

RGB

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

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

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

R = 11.48%
G = 32.33%
B = 56.19%

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

#266BBA (or 0x266BBA) is known color: Denim. HEX triplet: 26, 6B and BA. RGB value is (38,107,186). Sum of RGB (Red+Green+Blue) = 38+107+186=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #266BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #266BBA is #D99445. Grayscale: #5E5E5E. Windows color (decimal): -14259270 or 12217126. OLE color: 12217126.

HSL color Cylindrical-coordinate representation of color #266BBA: hue angle of 212.03º 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 #266BBA is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 107 186 -
CMYK 0.80 0.42 0 0.27
HSL 212.03º 0.66% 0.44% -
HSV(B) 212.03º 0.8% 0.73% -
XYZ 14.92 14.47 48.46 -
YUV 95.38 179.14 87.08 -
System Red Green Blue C M Y K H S L
Decimal 38 107 186 0.80 0.42 0 0.27 212.03 0.66 0.44
Hex 26 6B BA 50 2A 0 1B D4 42 2C
Octal 46 153 272 120 52 0 33 324 102 54
Binary 100110 1101011 10111010 1010000 101010 0 11011 11010100 1000010 101100

Color Harmonies of #266BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #266BBA

Black with #266BBA

Text Example


Text Example

White with #266BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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