Html Css Color HEX #231A4D Paua

📋 copy color: '#231A4D'

red 35 ◦ green 26 ◦ blue 77

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

Shades of Paua #231A4D

Tints of Paua #231A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 55.8%

R = 25.36%
G = 18.84%
B = 55.8%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#231A4D (or 0x231A4D) is known color: Paua. HEX triplet: 23, 1A and 4D. RGB value is (35,26,77). Sum of RGB (Red+Green+Blue) = 35+26+77=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #231A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #231A4D is #DCE5B2. Grayscale: #222222. Windows color (decimal): -14476723 or 5052963. OLE color: 5052963.

HSL color Cylindrical-coordinate representation of color #231A4D: hue angle of 250.59º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #231A4D is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 26 77 -
CMYK 0.55 0.66 0 0.70
HSL 250.59º 0.5% 0.2% -
HSV(B) 250.59º 0.66% 0.3% -
XYZ 2.4 1.63 7.21 -
YUV 34.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 35 26 77 0.55 0.66 0 0.70 250.59 0.5 0.2
Hex 23 1A 4D 37 42 0 46 FB 32 14
Octal 43 32 115 67 102 0 106 373 62 24
Binary 100011 11010 1001101 110111 1000010 0 1000110 11111011 110010 10100

Color Harmonies of #231A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A4D

Black with #231A4D

Text Example


Text Example

White with #231A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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