#0D213C

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

Shades of Tangaroa #0D213C

Tints of Tangaroa #0D213C

Color information

#0D213C (or 0x0D213C) is unknown color: approx Tangaroa. HEX triplet: 0D, 21 and 3C. RGB value is (13,33,60). Sum of RGB (Red+Green+Blue) = 13+33+60=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #0D213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D213C is #F2DEC3. Grayscale: #1D1D1D. Windows color (decimal): -15916740 or 3940621. OLE color: 3940621.

HSL color Cylindrical-coordinate representation of color #0D213C: hue angle of 214.47º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D213C is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB133360-
CMYK0.780.4500.76
HSL214.47º64.38%14.31%-
HSV(B)214.47º78.33%23.53%-
XYZ1.531.54.48-
YUV30.1144.87115.8-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.26%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 60 (23.83% from 255) = 56.60%
R=12.26%
G=31.13%
B=56.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1333600.780.4500.76214.4764.3814.31
HexD213C4E2D04Cd640e
Octal15417411655011432610016
Binary11011000011111001001110101101010011001101011010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,33,60); }

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

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

 a { background-color: rgb(13,33,60); }

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

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

 span { border-color: rgb(13,33,60); }

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