Html Css Color HEX #1B144E Paua

📋 copy color: '#1B144E'

red 27 ◦ green 20 ◦ blue 78

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

Shades of Paua #1B144E

Tints of Paua #1B144E

RGB

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

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

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

R = 21.6%
G = 16%
B = 62.4%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B144E (or 0x1B144E) is known color: Paua. HEX triplet: 1B, 14 and 4E. RGB value is (27,20,78). Sum of RGB (Red+Green+Blue) = 27+20+78=125 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.6% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B144E is #E4EBB1. Grayscale: #1C1C1C. Windows color (decimal): -15002546 or 5116955. OLE color: 5116955.

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

Color convert

RGB 27 20 78 -
CMYK 0.65 0.74 0 0.69
HSL 247.24º 0.59% 0.19% -
HSV(B) 247.24º 0.74% 0.31% -
XYZ 2.08 1.28 7.35 -
YUV 28.71 155.82 126.78 -
System Red Green Blue C M Y K H S L
Decimal 27 20 78 0.65 0.74 0 0.69 247.24 0.59 0.19
Hex 1B 14 4E 41 4A 0 45 F7 3B 13
Octal 33 24 116 101 112 0 105 367 73 23
Binary 11011 10100 1001110 1000001 1001010 0 1000101 11110111 111011 10011

Color Harmonies of #1B144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B144E

Black with #1B144E

Text Example


Text Example

White with #1B144E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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