Html Css Color HEX #241A53 Paua

📋 copy color: '#241A53'

red 36 ◦ green 26 ◦ blue 83

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

Shades of Paua #241A53

Tints of Paua #241A53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 57.24%

R = 24.83%
G = 17.93%
B = 57.24%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#241A53 (or 0x241A53) is known color: Paua. HEX triplet: 24, 1A and 53. RGB value is (36,26,83). Sum of RGB (Red+Green+Blue) = 36+26+83=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 83 (32.81% from 255 or 57.24% from 145); Max value from RGB is 83 - color contains mainly: blue. Hex color #241A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241A53 is #DBE5AC. Grayscale: #232323. Windows color (decimal): -14411181 or 5446180. OLE color: 5446180.

HSL color Cylindrical-coordinate representation of color #241A53: hue angle of 250.53º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #241A53 is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 26 83 -
CMYK 0.57 0.69 0 0.67
HSL 250.53º 0.52% 0.21% -
HSV(B) 250.53º 0.69% 0.33% -
XYZ 2.66 1.74 8.38 -
YUV 35.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 36 26 83 0.57 0.69 0 0.67 250.53 0.52 0.21
Hex 24 1A 53 39 45 0 43 FB 34 15
Octal 44 32 123 71 105 0 103 373 64 25
Binary 100100 11010 1010011 111001 1000101 0 1000011 11111011 110100 10101

Color Harmonies of #241A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A53

Black with #241A53

Text Example


Text Example

White with #241A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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