Html Css Color HEX #231A53 Paua

📋 copy color: '#231A53'

red 35 ◦ green 26 ◦ blue 83

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

Shades of Paua #231A53

Tints of Paua #231A53

RGB

 RED value IS 35 (14.06% from 255) = 24.31%

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

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

R = 24.31%
G = 18.06%
B = 57.64%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#231A53 (or 0x231A53) is known color: Paua. HEX triplet: 23, 1A and 53. RGB value is (35,26,83). Sum of RGB (Red+Green+Blue) = 35+26+83=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #231A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A53 is #DCE5AC. Grayscale: #222222. Windows color (decimal): -14476717 or 5446179. OLE color: 5446179.

HSL color Cylindrical-coordinate representation of color #231A53: hue angle of 249.47º 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 #231A53 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 35 26 83 -
CMYK 0.58 0.69 0 0.67
HSL 249.47º 0.52% 0.21% -
HSV(B) 249.47º 0.69% 0.33% -
XYZ 2.62 1.72 8.38 -
YUV 35.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 35 26 83 0.58 0.69 0 0.67 249.47 0.52 0.21
Hex 23 1A 53 3A 45 0 43 F9 34 15
Octal 43 32 123 72 105 0 103 371 64 25
Binary 100011 11010 1010011 111010 1000101 0 1000011 11111001 110100 10101

Color Harmonies of #231A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A53

Black with #231A53

Text Example


Text Example

White with #231A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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