Html Css Color HEX #265FAC Denim

📋 copy color: '#265FAC'

red 38 ◦ green 95 ◦ blue 172

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

Shades of Denim #265FAC

Tints of Denim #265FAC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

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

R = 12.46%
G = 31.15%
B = 56.39%

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

#265FAC (or 0x265FAC) is known color: Denim. HEX triplet: 26, 5F and AC. RGB value is (38,95,172). Sum of RGB (Red+Green+Blue) = 38+95+172=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #265FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265FAC is #D9A053. Grayscale: #565656. Windows color (decimal): -14262356 or 11296550. OLE color: 11296550.

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

Color convert

RGB 38 95 172 -
CMYK 0.78 0.45 0 0.33
HSL 214.48º 0.64% 0.41% -
HSV(B) 214.48º 0.78% 0.67% -
XYZ 12.34 11.58 40.61 -
YUV 86.74 176.12 93.24 -
System Red Green Blue C M Y K H S L
Decimal 38 95 172 0.78 0.45 0 0.33 214.48 0.64 0.41
Hex 26 5F AC 4E 2D 0 21 D6 40 29
Octal 46 137 254 116 55 0 41 326 100 51
Binary 100110 1011111 10101100 1001110 101101 0 100001 11010110 1000000 101001

Color Harmonies of #265FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265FAC

Black with #265FAC

Text Example


Text Example

White with #265FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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