Html Css Color HEX #1F144E Paua

📋 copy color: '#1F144E'

red 31 ◦ green 20 ◦ blue 78

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

Shades of Paua #1F144E

Tints of Paua #1F144E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 60.47%

R = 24.03%
G = 15.5%
B = 60.47%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1F144E (or 0x1F144E) is known color: Paua. HEX triplet: 1F, 14 and 4E. RGB value is (31,20,78). Sum of RGB (Red+Green+Blue) = 31+20+78=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 78 (30.86% from 255 or 60.47% from 129); Max value from RGB is 78 - color contains mainly: blue. Hex color #1F144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F144E is #E0EBB1. Grayscale: #1D1D1D. Windows color (decimal): -14740402 or 5116959. OLE color: 5116959.

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

Color convert

RGB 31 20 78 -
CMYK 0.60 0.74 0 0.69
HSL 251.38º 0.59% 0.19% -
HSV(B) 251.38º 0.74% 0.31% -
XYZ 2.19 1.34 7.35 -
YUV 29.9 155.14 128.78 -
System Red Green Blue C M Y K H S L
Decimal 31 20 78 0.60 0.74 0 0.69 251.38 0.59 0.19
Hex 1F 14 4E 3C 4A 0 45 FB 3B 13
Octal 37 24 116 74 112 0 105 373 73 23
Binary 11111 10100 1001110 111100 1001010 0 1000101 11111011 111011 10011

Color Harmonies of #1F144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F144E

Black with #1F144E

Text Example


Text Example

White with #1F144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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