Html Css Color HEX #1B0D51 Paua

📋 copy color: '#1B0D51'

red 27 ◦ green 13 ◦ blue 81

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

Shades of Paua #1B0D51

Tints of Paua #1B0D51

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.74%

 BLUE value IS 81 (32.03% from 255) = 66.94%

R = 22.31%
G = 10.74%
B = 66.94%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1B0D51 (or 0x1B0D51) is known color: Paua. HEX triplet: 1B, 0D and 51. RGB value is (27,13,81). Sum of RGB (Red+Green+Blue) = 27+13+81=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #1B0D51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0D51 is #E4F2AE. Grayscale: #181818. Windows color (decimal): -15004335 or 5311771. OLE color: 5311771.

HSL color Cylindrical-coordinate representation of color #1B0D51: hue angle of 252.35º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B0D51 is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 27 13 81 -
CMYK 0.67 0.84 0 0.68
HSL 252.35º 0.72% 0.18% -
HSV(B) 252.35º 0.84% 0.32% -
XYZ 2.08 1.11 7.89 -
YUV 24.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 27 13 81 0.67 0.84 0 0.68 252.35 0.72 0.18
Hex 1B D 51 43 54 0 44 FC 48 12
Octal 33 15 121 103 124 0 104 374 110 22
Binary 11011 1101 1010001 1000011 1010100 0 1000100 11111100 1001000 10010

Color Harmonies of #1B0D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0D51

Black with #1B0D51

Text Example


Text Example

White with #1B0D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,13,81); }

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

background-color css

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

 a { background-color: rgb(27,13,81); }

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

border-color css

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

 span { border-color: rgb(27,13,81); }

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