Html Css Color HEX #15263A Tangaroa

📋 copy color: '#15263A'

red 21 ◦ green 38 ◦ blue 58

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

Shades of Tangaroa #15263A

Tints of Tangaroa #15263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.48%

 BLUE value IS 58 (23.05% from 255) = 49.57%

R = 17.95%
G = 32.48%
B = 49.57%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#15263A (or 0x15263A) is known color: Tangaroa. HEX triplet: 15, 26 and 3A. RGB value is (21,38,58). Sum of RGB (Red+Green+Blue) = 21+38+58=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #15263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15263A is #EAD9C5. Grayscale: #232323. Windows color (decimal): -15391174 or 3810837. OLE color: 3810837.

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

Color convert

RGB 21 38 58 -
CMYK 0.64 0.34 0 0.77
HSL 212.43º 0.47% 0.15% -
HSV(B) 212.43º 0.64% 0.23% -
XYZ 1.77 1.85 4.27 -
YUV 35.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 21 38 58 0.64 0.34 0 0.77 212.43 0.47 0.15
Hex 15 26 3A 40 22 0 4D D4 2F F
Octal 25 46 72 100 42 0 115 324 57 17
Binary 10101 100110 111010 1000000 100010 0 1001101 11010100 101111 1111

Color Harmonies of #15263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15263A

Black with #15263A

Text Example


Text Example

White with #15263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15263A; }

 p { color: rgb(21,38,58); }

 H1.HeaderClassName
 {
   color: #15263A;
 }
 .AnyTagClassName
 {
   color: #15263A;
 }
</style>

background-color css

<style>
 a { background-color: #15263A; }

 a { background-color: rgb(21,38,58); }

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

border-color css

<style>
 span { border-color: #15263A; }

 span { border-color: rgb(21,38,58); }

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