Html Css Color HEX #1F144F Paua

📋 copy color: '#1F144F'

red 31 ◦ green 20 ◦ blue 79

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

Shades of Paua #1F144F

Tints of Paua #1F144F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.38%

 BLUE value IS 79 (31.25% from 255) = 60.77%

R = 23.85%
G = 15.38%
B = 60.77%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1F144F (or 0x1F144F) is known color: Paua. HEX triplet: 1F, 14 and 4F. RGB value is (31,20,79). Sum of RGB (Red+Green+Blue) = 31+20+79=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #1F144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F144F is #E0EBB0. Grayscale: #1D1D1D. Windows color (decimal): -14740401 or 5182495. OLE color: 5182495.

HSL color Cylindrical-coordinate representation of color #1F144F: hue angle of 251.19º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F144F is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 31 20 79 -
CMYK 0.61 0.75 0 0.69
HSL 251.19º 0.6% 0.19% -
HSV(B) 251.19º 0.75% 0.31% -
XYZ 2.23 1.36 7.54 -
YUV 30.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 31 20 79 0.61 0.75 0 0.69 251.19 0.6 0.19
Hex 1F 14 4F 3D 4B 0 45 FB 3C 13
Octal 37 24 117 75 113 0 105 373 74 23
Binary 11111 10100 1001111 111101 1001011 0 1000101 11111011 111100 10011

Color Harmonies of #1F144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F144F

Black with #1F144F

Text Example


Text Example

White with #1F144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,20,79); }

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

background-color css

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

 a { background-color: rgb(31,20,79); }

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

border-color css

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

 span { border-color: rgb(31,20,79); }

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