#0D253A

Color #0D253A Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #0D253A

Tints of Tangaroa #0D253A

Color information

#0D253A (or 0x0D253A) is unknown color: approx Tangaroa. HEX triplet: 0D, 25 and 3A. RGB value is (13,37,58). Sum of RGB (Red+Green+Blue) = 13+37+58=108 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.04% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D253A is #F2DAC5. Grayscale: #202020. Windows color (decimal): -15915718 or 3810573. OLE color: 3810573.

HSL color Cylindrical-coordinate representation of color #0D253A: hue angle of 208º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D253A is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB133758-
CMYK0.780.3600.77
HSL208º63.38%13.92%-
HSV(B)208º77.59%22.75%-
XYZ1.591.714.25-
YUV32.22142.55114.29-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.04%
GREEN value IS 37 (14.84% from 255) = 34.26%
BLUE value IS 58 (23.05% from 255) = 53.70%
R=12.04%
G=34.26%
B=53.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1337580.780.3600.7720863.3813.92
HexD253A4E2404Dd03fe
Octal1545721164401153207716
Binary1101100101111010100111010010001001101110100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D253A; }

 p { color: rgb(13,37,58); }

 H1.HeaderClassName
 {
   color: #0D253A;
 }
 .AnyTagClassName
 {
   color: #0D253A;
 }
</style>
background-color css

<style>
 a { background-color: #0D253A; }

 a { background-color: rgb(13,37,58); }

 div.DivClassName
 {
   background-color: #0D253A;
 }
 .BgClassName
 {
   background-color: #0D253A;
 }
</style>
border-color css

<style>
 span { border-color: #0D253A; }

 span { border-color: rgb(13,37,58); }

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