Html Css Color HEX #265DAB Denim

📋 copy color: '#265DAB'

red 38 ◦ green 93 ◦ blue 171

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

Shades of Denim #265DAB

Tints of Denim #265DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.79%

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 12.58%
G = 30.79%
B = 56.62%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#265DAB (or 0x265DAB) is known color: Denim. HEX triplet: 26, 5D and AB. RGB value is (38,93,171). Sum of RGB (Red+Green+Blue) = 38+93+171=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #265DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265DAB is #D9A254. Grayscale: #555555. Windows color (decimal): -14262869 or 11230502. OLE color: 11230502.

HSL color Cylindrical-coordinate representation of color #265DAB: hue angle of 215.19º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #265DAB is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 93 171 -
CMYK 0.78 0.46 0 0.33
HSL 215.19º 0.64% 0.41% -
HSV(B) 215.19º 0.78% 0.67% -
XYZ 12.06 11.18 40.05 -
YUV 85.45 176.28 94.16 -
System Red Green Blue C M Y K H S L
Decimal 38 93 171 0.78 0.46 0 0.33 215.19 0.64 0.41
Hex 26 5D AB 4E 2E 0 21 D7 40 29
Octal 46 135 253 116 56 0 41 327 100 51
Binary 100110 1011101 10101011 1001110 101110 0 100001 11010111 1000000 101001

Color Harmonies of #265DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DAB

Black with #265DAB

Text Example


Text Example

White with #265DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265DAB; }

 p { color: rgb(38,93,171); }

 H1.HeaderClassName
 {
   color: #265DAB;
 }
 .AnyTagClassName
 {
   color: #265DAB;
 }
</style>

background-color css

<style>
 a { background-color: #265DAB; }

 a { background-color: rgb(38,93,171); }

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

border-color css

<style>
 span { border-color: #265DAB; }

 span { border-color: rgb(38,93,171); }

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