Html Css Color HEX #1B0D55 Paua

📋 copy color: '#1B0D55'

red 27 ◦ green 13 ◦ blue 85

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

Shades of Paua #1B0D55

Tints of Paua #1B0D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 68%

R = 21.6%
G = 10.4%
B = 68%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1B0D55 (or 0x1B0D55) is known color: Paua. HEX triplet: 1B, 0D and 55. RGB value is (27,13,85). Sum of RGB (Red+Green+Blue) = 27+13+85=125 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.6% from 125); Green value is 13 (5.47% from 255 or 10.4% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #1B0D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0D55 is #E4F2AA. Grayscale: #191919. Windows color (decimal): -15004331 or 5573915. OLE color: 5573915.

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

Color convert

RGB 27 13 85 -
CMYK 0.68 0.85 0 0.67
HSL 251.67º 0.73% 0.19% -
HSV(B) 251.67º 0.85% 0.33% -
XYZ 2.24 1.18 8.7 -
YUV 25.39 161.64 129.15 -
System Red Green Blue C M Y K H S L
Decimal 27 13 85 0.68 0.85 0 0.67 251.67 0.73 0.19
Hex 1B D 55 44 55 0 43 FC 49 13
Octal 33 15 125 104 125 0 103 374 111 23
Binary 11011 1101 1010101 1000100 1010101 0 1000011 11111100 1001001 10011

Color Harmonies of #1B0D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0D55

Black with #1B0D55

Text Example


Text Example

White with #1B0D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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