Html Css Color HEX #245FAB Denim

📋 copy color: '#245FAB'

red 36 ◦ green 95 ◦ blue 171

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

Shades of Denim #245FAB

Tints of Denim #245FAB

RGB

 RED value IS 36 (14.45% from 255) = 11.92%

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

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

R = 11.92%
G = 31.46%
B = 56.62%

CMYK

 C value IS 0.79

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#245FAB (or 0x245FAB) is known color: Denim. HEX triplet: 24, 5F and AB. RGB value is (36,95,171). Sum of RGB (Red+Green+Blue) = 36+95+171=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 95 (37.5% from 255 or 31.46% 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 #245FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #245FAB is #DBA054. Grayscale: #555555. Windows color (decimal): -14393429 or 11231012. OLE color: 11231012.

HSL color Cylindrical-coordinate representation of color #245FAB: hue angle of 213.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #245FAB is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 95 171 -
CMYK 0.79 0.44 0 0.33
HSL 213.78º 0.65% 0.41% -
HSV(B) 213.78º 0.79% 0.67% -
XYZ 12.17 11.5 40.11 -
YUV 86.02 175.95 92.32 -
System Red Green Blue C M Y K H S L
Decimal 36 95 171 0.79 0.44 0 0.33 213.78 0.65 0.41
Hex 24 5F AB 4F 2C 0 21 D6 41 29
Octal 44 137 253 117 54 0 41 326 101 51
Binary 100100 1011111 10101011 1001111 101100 0 100001 11010110 1000001 101001

Color Harmonies of #245FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245FAB

Black with #245FAB

Text Example


Text Example

White with #245FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245FAB; }

 p { color: rgb(36,95,171); }

 H1.HeaderClassName
 {
   color: #245FAB;
 }
 .AnyTagClassName
 {
   color: #245FAB;
 }
</style>

background-color css

<style>
 a { background-color: #245FAB; }

 a { background-color: rgb(36,95,171); }

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

border-color css

<style>
 span { border-color: #245FAB; }

 span { border-color: rgb(36,95,171); }

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