Html Css Color HEX #1F215A Paua

📋 copy color: '#1F215A'

red 31 ◦ green 33 ◦ blue 90

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

Shades of Paua #1F215A

Tints of Paua #1F215A

RGB

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

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

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

R = 20.13%
G = 21.43%
B = 58.44%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F215A (or 0x1F215A) is known color: Paua. HEX triplet: 1F, 21 and 5A. RGB value is (31,33,90). Sum of RGB (Red+Green+Blue) = 31+33+90=154 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.13% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F215A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F215A is #E0DEA5. Grayscale: #262626. Windows color (decimal): -14737062 or 5906719. OLE color: 5906719.

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

Color convert

RGB 31 33 90 -
CMYK 0.66 0.63 0 0.65
HSL 237.97º 0.49% 0.24% -
HSV(B) 237.97º 0.66% 0.35% -
XYZ 2.95 2.12 9.93 -
YUV 38.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 31 33 90 0.66 0.63 0 0.65 237.97 0.49 0.24
Hex 1F 21 5A 42 3F 0 41 EE 31 18
Octal 37 41 132 102 77 0 101 356 61 30
Binary 11111 100001 1011010 1000010 111111 0 1000001 11101110 110001 11000

Color Harmonies of #1F215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F215A

Black with #1F215A

Text Example


Text Example

White with #1F215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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