Html Css Color HEX #1F125D Paua

📋 copy color: '#1F125D'

red 31 ◦ green 18 ◦ blue 93

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

Shades of Paua #1F125D

Tints of Paua #1F125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.68%

 BLUE value IS 93 (36.72% from 255) = 65.49%

R = 21.83%
G = 12.68%
B = 65.49%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F125D (or 0x1F125D) is known color: Paua. HEX triplet: 1F, 12 and 5D. RGB value is (31,18,93). Sum of RGB (Red+Green+Blue) = 31+18+93=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F125D is #E0EDA2. Grayscale: #1E1E1E. Windows color (decimal): -14740899 or 6099487. OLE color: 6099487.

HSL color Cylindrical-coordinate representation of color #1F125D: hue angle of 250.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F125D is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 18 93 -
CMYK 0.67 0.81 0 0.64
HSL 250.4º 0.68% 0.22% -
HSV(B) 250.4º 0.81% 0.36% -
XYZ 2.76 1.51 10.5 -
YUV 30.44 163.31 128.4 -
System Red Green Blue C M Y K H S L
Decimal 31 18 93 0.67 0.81 0 0.64 250.4 0.68 0.22
Hex 1F 12 5D 43 51 0 40 FA 44 16
Octal 37 22 135 103 121 0 100 372 104 26
Binary 11111 10010 1011101 1000011 1010001 0 1000000 11111010 1000100 10110

Color Harmonies of #1F125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F125D

Black with #1F125D

Text Example


Text Example

White with #1F125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,18,93); }

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

background-color css

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

 a { background-color: rgb(31,18,93); }

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

border-color css

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

 span { border-color: rgb(31,18,93); }

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