Html Css Color HEX #265DAC Denim

📋 copy color: '#265DAC'

red 38 ◦ green 93 ◦ blue 172

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

Shades of Denim #265DAC

Tints of Denim #265DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 12.54%
G = 30.69%
B = 56.77%

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

#265DAC (or 0x265DAC) is known color: Denim. HEX triplet: 26, 5D and AC. RGB value is (38,93,172). Sum of RGB (Red+Green+Blue) = 38+93+172=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 93 (36.72% from 255 or 30.69% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #265DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265DAC is #D9A253. Grayscale: #555555. Windows color (decimal): -14262868 or 11296038. OLE color: 11296038.

HSL color Cylindrical-coordinate representation of color #265DAC: hue angle of 215.37º 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 #265DAC is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 93 172 -
CMYK 0.78 0.46 0 0.33
HSL 215.37º 0.64% 0.41% -
HSV(B) 215.37º 0.78% 0.67% -
XYZ 12.16 11.22 40.55 -
YUV 85.56 176.78 94.08 -
System Red Green Blue C M Y K H S L
Decimal 38 93 172 0.78 0.46 0 0.33 215.37 0.64 0.41
Hex 26 5D AC 4E 2E 0 21 D7 40 29
Octal 46 135 254 116 56 0 41 327 100 51
Binary 100110 1011101 10101100 1001110 101110 0 100001 11010111 1000000 101001

Color Harmonies of #265DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265DAC

Black with #265DAC

Text Example


Text Example

White with #265DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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