Html Css Color HEX #241A5D Paua

📋 copy color: '#241A5D'

red 36 ◦ green 26 ◦ blue 93

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

Shades of Paua #241A5D

Tints of Paua #241A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.77%

 BLUE value IS 93 (36.72% from 255) = 60%

R = 23.23%
G = 16.77%
B = 60%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#241A5D (or 0x241A5D) is known color: Paua. HEX triplet: 24, 1A and 5D. RGB value is (36,26,93). Sum of RGB (Red+Green+Blue) = 36+26+93=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #241A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A5D is #DBE5A2. Grayscale: #242424. Windows color (decimal): -14411171 or 6101540. OLE color: 6101540.

HSL color Cylindrical-coordinate representation of color #241A5D: hue angle of 248.96º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #241A5D is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 26 93 -
CMYK 0.61 0.72 0 0.64
HSL 248.96º 0.56% 0.23% -
HSV(B) 248.96º 0.72% 0.36% -
XYZ 3.07 1.9 10.56 -
YUV 36.63 159.81 127.55 -
System Red Green Blue C M Y K H S L
Decimal 36 26 93 0.61 0.72 0 0.64 248.96 0.56 0.23
Hex 24 1A 5D 3D 48 0 40 F9 38 17
Octal 44 32 135 75 110 0 100 371 70 27
Binary 100100 11010 1011101 111101 1001000 0 1000000 11111001 111000 10111

Color Harmonies of #241A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A5D

Black with #241A5D

Text Example


Text Example

White with #241A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241A5D; }

 p { color: rgb(36,26,93); }

 H1.HeaderClassName
 {
   color: #241A5D;
 }
 .AnyTagClassName
 {
   color: #241A5D;
 }
</style>

background-color css

<style>
 a { background-color: #241A5D; }

 a { background-color: rgb(36,26,93); }

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

border-color css

<style>
 span { border-color: #241A5D; }

 span { border-color: rgb(36,26,93); }

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