Html Css Color HEX #15283C Tangaroa

📋 copy color: '#15283C'

red 21 ◦ green 40 ◦ blue 60

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

Shades of Tangaroa #15283C

Tints of Tangaroa #15283C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 49.59%

R = 17.36%
G = 33.06%
B = 49.59%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15283C (or 0x15283C) is known color: Tangaroa. HEX triplet: 15, 28 and 3C. RGB value is (21,40,60). Sum of RGB (Red+Green+Blue) = 21+40+60=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 60 (23.83% from 255 or 49.59% from 121); Max value from RGB is 60 - color contains mainly: blue. Hex color #15283C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15283C is #EAD7C3. Grayscale: #242424. Windows color (decimal): -15390660 or 3942421. OLE color: 3942421.

HSL color Cylindrical-coordinate representation of color #15283C: hue angle of 210.77º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #15283C is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 40 60 -
CMYK 0.65 0.33 0 0.76
HSL 210.77º 0.48% 0.16% -
HSV(B) 210.77º 0.65% 0.24% -
XYZ 1.88 2 4.56 -
YUV 36.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 21 40 60 0.65 0.33 0 0.76 210.77 0.48 0.16
Hex 15 28 3C 41 21 0 4C D3 30 10
Octal 25 50 74 101 41 0 114 323 60 20
Binary 10101 101000 111100 1000001 100001 0 1001100 11010011 110000 10000

Color Harmonies of #15283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15283C

Black with #15283C

Text Example


Text Example

White with #15283C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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