Html Css Color HEX #1F135A Paua

📋 copy color: '#1F135A'

red 31 ◦ green 19 ◦ blue 90

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

Shades of Paua #1F135A

Tints of Paua #1F135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.57%

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

R = 22.14%
G = 13.57%
B = 64.29%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F135A (or 0x1F135A) is known color: Paua. HEX triplet: 1F, 13 and 5A. RGB value is (31,19,90). Sum of RGB (Red+Green+Blue) = 31+19+90=140 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.14% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F135A is #E0ECA5. Grayscale: #1E1E1E. Windows color (decimal): -14740646 or 5903135. OLE color: 5903135.

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

Color convert

RGB 31 19 90 -
CMYK 0.66 0.79 0 0.65
HSL 250.14º 0.65% 0.21% -
HSV(B) 250.14º 0.79% 0.35% -
XYZ 2.64 1.5 9.82 -
YUV 30.68 161.48 128.23 -
System Red Green Blue C M Y K H S L
Decimal 31 19 90 0.66 0.79 0 0.65 250.14 0.65 0.21
Hex 1F 13 5A 42 4F 0 41 FA 41 15
Octal 37 23 132 102 117 0 101 372 101 25
Binary 11111 10011 1011010 1000010 1001111 0 1000001 11111010 1000001 10101

Color Harmonies of #1F135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F135A

Black with #1F135A

Text Example


Text Example

White with #1F135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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