Html Css Color HEX #241A5C Paua

📋 copy color: '#241A5C'

red 36 ◦ green 26 ◦ blue 92

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

Shades of Paua #241A5C

Tints of Paua #241A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 59.74%

R = 23.38%
G = 16.88%
B = 59.74%

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

#241A5C (or 0x241A5C) is known color: Paua. HEX triplet: 24, 1A and 5C. RGB value is (36,26,92). Sum of RGB (Red+Green+Blue) = 36+26+92=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #241A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A5C is #DBE5A3. Grayscale: #242424. Windows color (decimal): -14411172 or 6036004. OLE color: 6036004.

HSL color Cylindrical-coordinate representation of color #241A5C: hue angle of 249.09º 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 #241A5C is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 36 26 92 -
CMYK 0.61 0.72 0 0.64
HSL 249.09º 0.56% 0.23% -
HSV(B) 249.09º 0.72% 0.36% -
XYZ 3.03 1.89 10.33 -
YUV 36.51 159.31 127.63 -
System Red Green Blue C M Y K H S L
Decimal 36 26 92 0.61 0.72 0 0.64 249.09 0.56 0.23
Hex 24 1A 5C 3D 48 0 40 F9 38 17
Octal 44 32 134 75 110 0 100 371 70 27
Binary 100100 11010 1011100 111101 1001000 0 1000000 11111001 111000 10111

Color Harmonies of #241A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A5C

Black with #241A5C

Text Example


Text Example

White with #241A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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