Html Css Color HEX #1B0D52 Paua

📋 copy color: '#1B0D52'

red 27 ◦ green 13 ◦ blue 82

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

Shades of Paua #1B0D52

Tints of Paua #1B0D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 67.21%

R = 22.13%
G = 10.66%
B = 67.21%

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

#1B0D52 (or 0x1B0D52) is known color: Paua. HEX triplet: 1B, 0D and 52. RGB value is (27,13,82). Sum of RGB (Red+Green+Blue) = 27+13+82=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 13 (5.47% from 255 or 10.66% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #1B0D52 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0D52 is #E4F2AD. Grayscale: #181818. Windows color (decimal): -15004334 or 5377307. OLE color: 5377307.

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

Color convert

RGB 27 13 82 -
CMYK 0.67 0.84 0 0.68
HSL 252.17º 0.73% 0.19% -
HSV(B) 252.17º 0.84% 0.32% -
XYZ 2.12 1.13 8.09 -
YUV 25.05 160.14 129.39 -
System Red Green Blue C M Y K H S L
Decimal 27 13 82 0.67 0.84 0 0.68 252.17 0.73 0.19
Hex 1B D 52 43 54 0 44 FC 49 13
Octal 33 15 122 103 124 0 104 374 111 23
Binary 11011 1101 1010010 1000011 1010100 0 1000100 11111100 1001001 10011

Color Harmonies of #1B0D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0D52

Black with #1B0D52

Text Example


Text Example

White with #1B0D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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