Html Css Color HEX #1B154C Paua

📋 copy color: '#1B154C'

red 27 ◦ green 21 ◦ blue 76

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

Shades of Paua #1B154C

Tints of Paua #1B154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.94%

 BLUE value IS 76 (30.08% from 255) = 61.29%

R = 21.77%
G = 16.94%
B = 61.29%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1B154C (or 0x1B154C) is known color: Paua. HEX triplet: 1B, 15 and 4C. RGB value is (27,21,76). Sum of RGB (Red+Green+Blue) = 27+21+76=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #1B154C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B154C is #E4EAB3. Grayscale: #1C1C1C. Windows color (decimal): -15002292 or 4986139. OLE color: 4986139.

HSL color Cylindrical-coordinate representation of color #1B154C: hue angle of 246.55º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B154C is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 27 21 76 -
CMYK 0.64 0.72 0 0.70
HSL 246.55º 0.57% 0.19% -
HSV(B) 246.55º 0.72% 0.3% -
XYZ 2.02 1.29 6.98 -
YUV 29.06 154.49 126.53 -
System Red Green Blue C M Y K H S L
Decimal 27 21 76 0.64 0.72 0 0.70 246.55 0.57 0.19
Hex 1B 15 4C 40 48 0 46 F7 39 13
Octal 33 25 114 100 110 0 106 367 71 23
Binary 11011 10101 1001100 1000000 1001000 0 1000110 11110111 111001 10011

Color Harmonies of #1B154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B154C

Black with #1B154C

Text Example


Text Example

White with #1B154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,21,76); }

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

background-color css

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

 a { background-color: rgb(27,21,76); }

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

border-color css

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

 span { border-color: rgb(27,21,76); }

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