Html Css Color HEX #15283F Tangaroa

📋 copy color: '#15283F'

red 21 ◦ green 40 ◦ blue 63

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

Shades of Tangaroa #15283F

Tints of Tangaroa #15283F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 50.81%

R = 16.94%
G = 32.26%
B = 50.81%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#15283F (or 0x15283F) is known color: Tangaroa. HEX triplet: 15, 28 and 3F. RGB value is (21,40,63). Sum of RGB (Red+Green+Blue) = 21+40+63=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #15283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15283F is #EAD7C0. Grayscale: #242424. Windows color (decimal): -15390657 or 4139029. OLE color: 4139029.

HSL color Cylindrical-coordinate representation of color #15283F: hue angle of 212.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #15283F is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 40 63 -
CMYK 0.67 0.37 0 0.75
HSL 212.86º 0.5% 0.16% -
HSV(B) 212.86º 0.67% 0.25% -
XYZ 1.97 2.04 4.99 -
YUV 36.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 21 40 63 0.67 0.37 0 0.75 212.86 0.5 0.16
Hex 15 28 3F 43 25 0 4B D5 32 10
Octal 25 50 77 103 45 0 113 325 62 20
Binary 10101 101000 111111 1000011 100101 0 1001011 11010101 110010 10000

Color Harmonies of #15283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15283F

Black with #15283F

Text Example


Text Example

White with #15283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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