Html Css Color HEX #265EAC Denim

📋 copy color: '#265EAC'

red 38 ◦ green 94 ◦ blue 172

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

Shades of Denim #265EAC

Tints of Denim #265EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.92%

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

R = 12.5%
G = 30.92%
B = 56.58%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#265EAC (or 0x265EAC) is known color: Denim. HEX triplet: 26, 5E and AC. RGB value is (38,94,172). Sum of RGB (Red+Green+Blue) = 38+94+172=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #265EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265EAC is #D9A153. Grayscale: #555555. Windows color (decimal): -14262612 or 11296294. OLE color: 11296294.

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

Color convert

RGB 38 94 172 -
CMYK 0.78 0.45 0 0.33
HSL 214.93º 0.64% 0.41% -
HSV(B) 214.93º 0.78% 0.67% -
XYZ 12.25 11.4 40.58 -
YUV 86.15 176.45 93.66 -
System Red Green Blue C M Y K H S L
Decimal 38 94 172 0.78 0.45 0 0.33 214.93 0.64 0.41
Hex 26 5E AC 4E 2D 0 21 D7 40 29
Octal 46 136 254 116 55 0 41 327 100 51
Binary 100110 1011110 10101100 1001110 101101 0 100001 11010111 1000000 101001

Color Harmonies of #265EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265EAC

Black with #265EAC

Text Example


Text Example

White with #265EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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