Html Css Color HEX #15273D Tangaroa

📋 copy color: '#15273D'

red 21 ◦ green 39 ◦ blue 61

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

Shades of Tangaroa #15273D

Tints of Tangaroa #15273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.23%

 BLUE value IS 61 (24.22% from 255) = 50.41%

R = 17.36%
G = 32.23%
B = 50.41%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15273D (or 0x15273D) is known color: Tangaroa. HEX triplet: 15, 27 and 3D. RGB value is (21,39,61). Sum of RGB (Red+Green+Blue) = 21+39+61=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #15273D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15273D is #EAD8C2. Grayscale: #242424. Windows color (decimal): -15390915 or 4007701. OLE color: 4007701.

HSL color Cylindrical-coordinate representation of color #15273D: hue angle of 213º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15273D is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 39 61 -
CMYK 0.66 0.36 0 0.76
HSL 213º 0.49% 0.16% -
HSV(B) 213º 0.66% 0.24% -
XYZ 1.88 1.95 4.69 -
YUV 36.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 21 39 61 0.66 0.36 0 0.76 213 0.49 0.16
Hex 15 27 3D 42 24 0 4C D5 31 10
Octal 25 47 75 102 44 0 114 325 61 20
Binary 10101 100111 111101 1000010 100100 0 1001100 11010101 110001 10000

Color Harmonies of #15273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15273D

Black with #15273D

Text Example


Text Example

White with #15273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15273D; }

 p { color: rgb(21,39,61); }

 H1.HeaderClassName
 {
   color: #15273D;
 }
 .AnyTagClassName
 {
   color: #15273D;
 }
</style>

background-color css

<style>
 a { background-color: #15273D; }

 a { background-color: rgb(21,39,61); }

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

border-color css

<style>
 span { border-color: #15273D; }

 span { border-color: rgb(21,39,61); }

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