Html Css Color HEX #1F184A Paua

📋 copy color: '#1F184A'

red 31 ◦ green 24 ◦ blue 74

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

Shades of Paua #1F184A

Tints of Paua #1F184A

RGB

 RED value IS 31 (12.5% from 255) = 24.03%

 GREEN value IS 24 (9.77% from 255) = 18.6%

 BLUE value IS 74 (29.3% from 255) = 57.36%

R = 24.03%
G = 18.6%
B = 57.36%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F184A (or 0x1F184A) is known color: Paua. HEX triplet: 1F, 18 and 4A. RGB value is (31,24,74). Sum of RGB (Red+Green+Blue) = 31+24+74=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #1F184A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F184A is #E0E7B5. Grayscale: #1F1F1F. Windows color (decimal): -14739382 or 4855839. OLE color: 4855839.

HSL color Cylindrical-coordinate representation of color #1F184A: hue angle of 248.4º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F184A is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 24 74 -
CMYK 0.58 0.68 0 0.71
HSL 248.4º 0.51% 0.19% -
HSV(B) 248.4º 0.68% 0.29% -
XYZ 2.13 1.44 6.64 -
YUV 31.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 31 24 74 0.58 0.68 0 0.71 248.4 0.51 0.19
Hex 1F 18 4A 3A 44 0 47 F8 33 13
Octal 37 30 112 72 104 0 107 370 63 23
Binary 11111 11000 1001010 111010 1000100 0 1000111 11111000 110011 10011

Color Harmonies of #1F184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F184A

Black with #1F184A

Text Example


Text Example

White with #1F184A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F184A; }

 p { color: rgb(31,24,74); }

 H1.HeaderClassName
 {
   color: #1F184A;
 }
 .AnyTagClassName
 {
   color: #1F184A;
 }
</style>

background-color css

<style>
 a { background-color: #1F184A; }

 a { background-color: rgb(31,24,74); }

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

border-color css

<style>
 span { border-color: #1F184A; }

 span { border-color: rgb(31,24,74); }

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