Html Css Color HEX #1F154C Paua

📋 copy color: '#1F154C'

red 31 ◦ green 21 ◦ blue 76

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

Shades of Paua #1F154C

Tints of Paua #1F154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.41%

 BLUE value IS 76 (30.08% from 255) = 59.38%

R = 24.22%
G = 16.41%
B = 59.38%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1F154C (or 0x1F154C) is known color: Paua. HEX triplet: 1F, 15 and 4C. RGB value is (31,21,76). Sum of RGB (Red+Green+Blue) = 31+21+76=128 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.22% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 76 (30.08% from 255 or 59.38% from 128); Max value from RGB is 76 - color contains mainly: blue. Hex color #1F154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F154C is #E0EAB3. Grayscale: #1E1E1E. Windows color (decimal): -14740148 or 4986143. OLE color: 4986143.

HSL color Cylindrical-coordinate representation of color #1F154C: hue angle of 250.91º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F154C is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 31 21 76 -
CMYK 0.59 0.72 0 0.70
HSL 250.91º 0.57% 0.19% -
HSV(B) 250.91º 0.72% 0.3% -
XYZ 2.14 1.35 6.99 -
YUV 30.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 31 21 76 0.59 0.72 0 0.70 250.91 0.57 0.19
Hex 1F 15 4C 3B 48 0 46 FB 39 13
Octal 37 25 114 73 110 0 106 373 71 23
Binary 11111 10101 1001100 111011 1001000 0 1000110 11111011 111001 10011

Color Harmonies of #1F154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F154C

Black with #1F154C

Text Example


Text Example

White with #1F154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,21,76); }

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

background-color css

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

 a { background-color: rgb(31,21,76); }

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

border-color css

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

 span { border-color: rgb(31,21,76); }

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