Html Css Color HEX #1F215C Paua

📋 copy color: '#1F215C'

red 31 ◦ green 33 ◦ blue 92

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

Shades of Paua #1F215C

Tints of Paua #1F215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.15%

 BLUE value IS 92 (36.33% from 255) = 58.97%

R = 19.87%
G = 21.15%
B = 58.97%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1F215C (or 0x1F215C) is known color: Paua. HEX triplet: 1F, 21 and 5C. RGB value is (31,33,92). Sum of RGB (Red+Green+Blue) = 31+33+92=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #1F215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F215C is #E0DEA3. Grayscale: #262626. Windows color (decimal): -14737060 or 6037791. OLE color: 6037791.

HSL color Cylindrical-coordinate representation of color #1F215C: hue angle of 238.03º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F215C is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 33 92 -
CMYK 0.66 0.64 0 0.64
HSL 238.03º 0.5% 0.24% -
HSV(B) 238.03º 0.66% 0.36% -
XYZ 3.04 2.15 10.38 -
YUV 39.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 31 33 92 0.66 0.64 0 0.64 238.03 0.5 0.24
Hex 1F 21 5C 42 40 0 40 EE 32 18
Octal 37 41 134 102 100 0 100 356 62 30
Binary 11111 100001 1011100 1000010 1000000 0 1000000 11101110 110010 11000

Color Harmonies of #1F215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F215C

Black with #1F215C

Text Example


Text Example

White with #1F215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,33,92); }

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

background-color css

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

 a { background-color: rgb(31,33,92); }

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

border-color css

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

 span { border-color: rgb(31,33,92); }

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