Html Css Color HEX #1F185A Paua

📋 copy color: '#1F185A'

red 31 ◦ green 24 ◦ blue 90

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

Shades of Paua #1F185A

Tints of Paua #1F185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 62.07%

R = 21.38%
G = 16.55%
B = 62.07%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F185A (or 0x1F185A) is known color: Paua. HEX triplet: 1F, 18 and 5A. RGB value is (31,24,90). Sum of RGB (Red+Green+Blue) = 31+24+90=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 90 (35.55% from 255 or 62.07% from 145); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F185A is #E0E7A5. Grayscale: #212121. Windows color (decimal): -14739366 or 5904415. OLE color: 5904415.

HSL color Cylindrical-coordinate representation of color #1F185A: hue angle of 246.36º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F185A is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 24 90 -
CMYK 0.66 0.73 0 0.65
HSL 246.36º 0.58% 0.22% -
HSV(B) 246.36º 0.73% 0.35% -
XYZ 2.74 1.68 9.85 -
YUV 33.62 159.82 126.13 -
System Red Green Blue C M Y K H S L
Decimal 31 24 90 0.66 0.73 0 0.65 246.36 0.58 0.22
Hex 1F 18 5A 42 49 0 41 F6 3A 16
Octal 37 30 132 102 111 0 101 366 72 26
Binary 11111 11000 1011010 1000010 1001001 0 1000001 11110110 111010 10110

Color Harmonies of #1F185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F185A

Black with #1F185A

Text Example


Text Example

White with #1F185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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