Html Css Color HEX #2565BA Denim

📋 copy color: '#2565BA'

red 37 ◦ green 101 ◦ blue 186

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

Shades of Denim #2565BA

Tints of Denim #2565BA

RGB

 RED value IS 37 (14.84% from 255) = 11.42%

 GREEN value IS 101 (39.84% from 255) = 31.17%

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

R = 11.42%
G = 31.17%
B = 57.41%

CMYK

 C value IS 0.80

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2565BA (or 0x2565BA) is known color: Denim. HEX triplet: 25, 65 and BA. RGB value is (37,101,186). Sum of RGB (Red+Green+Blue) = 37+101+186=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #2565BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2565BA is #DA9A45. Grayscale: #5B5B5B. Windows color (decimal): -14326342 or 12215589. OLE color: 12215589.

HSL color Cylindrical-coordinate representation of color #2565BA: hue angle of 214.23º degrees, saturation: 0.67, 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 #2565BA is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 101 186 -
CMYK 0.80 0.46 0 0.27
HSL 214.23º 0.67% 0.44% -
HSV(B) 214.23º 0.8% 0.73% -
XYZ 14.28 13.25 48.26 -
YUV 91.55 181.3 89.09 -
System Red Green Blue C M Y K H S L
Decimal 37 101 186 0.80 0.46 0 0.27 214.23 0.67 0.44
Hex 25 65 BA 50 2E 0 1B D6 43 2C
Octal 45 145 272 120 56 0 33 326 103 54
Binary 100101 1100101 10111010 1010000 101110 0 11011 11010110 1000011 101100

Color Harmonies of #2565BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2565BA

Black with #2565BA

Text Example


Text Example

White with #2565BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2565BA; }

 p { color: rgb(37,101,186); }

 H1.HeaderClassName
 {
   color: #2565BA;
 }
 .AnyTagClassName
 {
   color: #2565BA;
 }
</style>

background-color css

<style>
 a { background-color: #2565BA; }

 a { background-color: rgb(37,101,186); }

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

border-color css

<style>
 span { border-color: #2565BA; }

 span { border-color: rgb(37,101,186); }

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