Html Css Color HEX #255FAB Denim

📋 copy color: '#255FAB'

red 37 ◦ green 95 ◦ blue 171

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

Shades of Denim #255FAB

Tints of Denim #255FAB

RGB

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

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

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

R = 12.21%
G = 31.35%
B = 56.44%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#255FAB (or 0x255FAB) is known color: Denim. HEX triplet: 25, 5F and AB. RGB value is (37,95,171). Sum of RGB (Red+Green+Blue) = 37+95+171=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #255FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255FAB is #DAA054. Grayscale: #555555. Windows color (decimal): -14327893 or 11231013. OLE color: 11231013.

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

Color convert

RGB 37 95 171 -
CMYK 0.78 0.44 0 0.33
HSL 214.03º 0.64% 0.41% -
HSV(B) 214.03º 0.78% 0.67% -
XYZ 12.21 11.52 40.11 -
YUV 86.32 175.78 92.82 -
System Red Green Blue C M Y K H S L
Decimal 37 95 171 0.78 0.44 0 0.33 214.03 0.64 0.41
Hex 25 5F AB 4E 2C 0 21 D6 40 29
Octal 45 137 253 116 54 0 41 326 100 51
Binary 100101 1011111 10101011 1001110 101100 0 100001 11010110 1000000 101001

Color Harmonies of #255FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #255FAB

Black with #255FAB

Text Example


Text Example

White with #255FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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