Html Css Color HEX #1B144F Paua

📋 copy color: '#1B144F'

red 27 ◦ green 20 ◦ blue 79

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

Shades of Paua #1B144F

Tints of Paua #1B144F

RGB

 RED value IS 27 (10.94% from 255) = 21.43%

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

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

R = 21.43%
G = 15.87%
B = 62.7%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B144F (or 0x1B144F) is known color: Paua. HEX triplet: 1B, 14 and 4F. RGB value is (27,20,79). Sum of RGB (Red+Green+Blue) = 27+20+79=126 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.43% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #1B144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B144F is #E4EBB0. Grayscale: #1C1C1C. Windows color (decimal): -15002545 or 5182491. OLE color: 5182491.

HSL color Cylindrical-coordinate representation of color #1B144F: hue angle of 247.12º 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 #1B144F is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 20 79 -
CMYK 0.66 0.75 0 0.69
HSL 247.12º 0.6% 0.19% -
HSV(B) 247.12º 0.75% 0.31% -
XYZ 2.11 1.3 7.54 -
YUV 28.82 156.32 126.7 -
System Red Green Blue C M Y K H S L
Decimal 27 20 79 0.66 0.75 0 0.69 247.12 0.6 0.19
Hex 1B 14 4F 42 4B 0 45 F7 3C 13
Octal 33 24 117 102 113 0 105 367 74 23
Binary 11011 10100 1001111 1000010 1001011 0 1000101 11110111 111100 10011

Color Harmonies of #1B144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B144F

Black with #1B144F

Text Example


Text Example

White with #1B144F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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