Html Css Color HEX #1B0E58 Paua

📋 copy color: '#1B0E58'

red 27 ◦ green 14 ◦ blue 88

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

Shades of Paua #1B0E58

Tints of Paua #1B0E58

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.85%

 BLUE value IS 88 (34.77% from 255) = 68.22%

R = 20.93%
G = 10.85%
B = 68.22%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B0E58 (or 0x1B0E58) is known color: Paua. HEX triplet: 1B, 0E and 58. RGB value is (27,14,88). Sum of RGB (Red+Green+Blue) = 27+14+88=129 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.93% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B0E58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0E58 is #E4F1A7. Grayscale: #1A1A1A. Windows color (decimal): -15004072 or 5770779. OLE color: 5770779.

HSL color Cylindrical-coordinate representation of color #1B0E58: hue angle of 250.54º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B0E58 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 14 88 -
CMYK 0.69 0.84 0 0.65
HSL 250.54º 0.73% 0.2% -
HSV(B) 250.54º 0.84% 0.35% -
XYZ 2.37 1.25 9.35 -
YUV 26.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 27 14 88 0.69 0.84 0 0.65 250.54 0.73 0.2
Hex 1B E 58 45 54 0 41 FB 49 14
Octal 33 16 130 105 124 0 101 373 111 24
Binary 11011 1110 1011000 1000101 1010100 0 1000001 11111011 1001001 10100

Color Harmonies of #1B0E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0E58

Black with #1B0E58

Text Example


Text Example

White with #1B0E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,14,88); }

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

background-color css

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

 a { background-color: rgb(27,14,88); }

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

border-color css

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

 span { border-color: rgb(27,14,88); }

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