Html Css Color HEX #231A5C Paua

📋 copy color: '#231A5C'

red 35 ◦ green 26 ◦ blue 92

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

Shades of Paua #231A5C

Tints of Paua #231A5C

RGB

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

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

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

R = 22.88%
G = 16.99%
B = 60.13%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#231A5C (or 0x231A5C) is known color: Paua. HEX triplet: 23, 1A and 5C. RGB value is (35,26,92). Sum of RGB (Red+Green+Blue) = 35+26+92=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #231A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A5C is #DCE5A3. Grayscale: #232323. Windows color (decimal): -14476708 or 6036003. OLE color: 6036003.

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

Color convert

RGB 35 26 92 -
CMYK 0.62 0.72 0 0.64
HSL 248.18º 0.56% 0.23% -
HSV(B) 248.18º 0.72% 0.36% -
XYZ 2.99 1.87 10.33 -
YUV 36.22 159.48 127.13 -
System Red Green Blue C M Y K H S L
Decimal 35 26 92 0.62 0.72 0 0.64 248.18 0.56 0.23
Hex 23 1A 5C 3E 48 0 40 F8 38 17
Octal 43 32 134 76 110 0 100 370 70 27
Binary 100011 11010 1011100 111110 1001000 0 1000000 11111000 111000 10111

Color Harmonies of #231A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A5C

Black with #231A5C

Text Example


Text Example

White with #231A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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