Html Css Color HEX #15283B Tangaroa

📋 copy color: '#15283B'

red 21 ◦ green 40 ◦ blue 59

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

Shades of Tangaroa #15283B

Tints of Tangaroa #15283B

RGB

 RED value IS 21 (8.59% from 255) = 17.5%

 GREEN value IS 40 (16.02% from 255) = 33.33%

 BLUE value IS 59 (23.44% from 255) = 49.17%

R = 17.5%
G = 33.33%
B = 49.17%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15283B (or 0x15283B) is known color: Tangaroa. HEX triplet: 15, 28 and 3B. RGB value is (21,40,59). Sum of RGB (Red+Green+Blue) = 21+40+59=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #15283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15283B is #EAD7C4. Grayscale: #242424. Windows color (decimal): -15390661 or 3876885. OLE color: 3876885.

HSL color Cylindrical-coordinate representation of color #15283B: hue angle of 210º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15283B is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 21 40 59 -
CMYK 0.64 0.32 0 0.77
HSL 210º 0.48% 0.16% -
HSV(B) 210º 0.64% 0.23% -
XYZ 1.86 1.99 4.42 -
YUV 36.49 140.71 116.96 -
System Red Green Blue C M Y K H S L
Decimal 21 40 59 0.64 0.32 0 0.77 210 0.48 0.16
Hex 15 28 3B 40 20 0 4D D2 30 10
Octal 25 50 73 100 40 0 115 322 60 20
Binary 10101 101000 111011 1000000 100000 0 1001101 11010010 110000 10000

Color Harmonies of #15283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15283B

Black with #15283B

Text Example


Text Example

White with #15283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15283B; }

 p { color: rgb(21,40,59); }

 H1.HeaderClassName
 {
   color: #15283B;
 }
 .AnyTagClassName
 {
   color: #15283B;
 }
</style>

background-color css

<style>
 a { background-color: #15283B; }

 a { background-color: rgb(21,40,59); }

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

border-color css

<style>
 span { border-color: #15283B; }

 span { border-color: rgb(21,40,59); }

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