Html Css Color HEX #1B1A53 Paua

📋 copy color: '#1B1A53'

red 27 ◦ green 26 ◦ blue 83

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

Shades of Paua #1B1A53

Tints of Paua #1B1A53

RGB

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

 GREEN value IS 26 (10.55% from 255) = 19.12%

 BLUE value IS 83 (32.81% from 255) = 61.03%

R = 19.85%
G = 19.12%
B = 61.03%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1B1A53 (or 0x1B1A53) is known color: Paua. HEX triplet: 1B, 1A and 53. RGB value is (27,26,83). Sum of RGB (Red+Green+Blue) = 27+26+83=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #1B1A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1A53 is #E4E5AC. Grayscale: #202020. Windows color (decimal): -15001005 or 5446171. OLE color: 5446171.

HSL color Cylindrical-coordinate representation of color #1B1A53: hue angle of 241.05º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B1A53 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 27 26 83 -
CMYK 0.67 0.69 0 0.67
HSL 241.05º 0.52% 0.21% -
HSV(B) 241.05º 0.69% 0.33% -
XYZ 2.38 1.6 8.37 -
YUV 32.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 27 26 83 0.67 0.69 0 0.67 241.05 0.52 0.21
Hex 1B 1A 53 43 45 0 43 F1 34 15
Octal 33 32 123 103 105 0 103 361 64 25
Binary 11011 11010 1010011 1000011 1000101 0 1000011 11110001 110100 10101

Color Harmonies of #1B1A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1A53

Black with #1B1A53

Text Example


Text Example

White with #1B1A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,26,83); }

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

background-color css

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

 a { background-color: rgb(27,26,83); }

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

border-color css

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

 span { border-color: rgb(27,26,83); }

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