Html Css Color HEX #1F115D Paua

📋 copy color: '#1F115D'

red 31 ◦ green 17 ◦ blue 93

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

Shades of Paua #1F115D

Tints of Paua #1F115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.06%

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

R = 21.99%
G = 12.06%
B = 65.96%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F115D (or 0x1F115D) is known color: Paua. HEX triplet: 1F, 11 and 5D. RGB value is (31,17,93). Sum of RGB (Red+Green+Blue) = 31+17+93=141 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.99% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #1F115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F115D is #E0EEA2. Grayscale: #1D1D1D. Windows color (decimal): -14741155 or 6099231. OLE color: 6099231.

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

Color convert

RGB 31 17 93 -
CMYK 0.67 0.82 0 0.64
HSL 251.05º 0.69% 0.22% -
HSV(B) 251.05º 0.82% 0.36% -
XYZ 2.74 1.48 10.5 -
YUV 29.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 31 17 93 0.67 0.82 0 0.64 251.05 0.69 0.22
Hex 1F 11 5D 43 52 0 40 FB 45 16
Octal 37 21 135 103 122 0 100 373 105 26
Binary 11111 10001 1011101 1000011 1010010 0 1000000 11111011 1000101 10110

Color Harmonies of #1F115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F115D

Black with #1F115D

Text Example


Text Example

White with #1F115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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