#0D2238

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

Shades of Tangaroa #0D2238

Tints of Tangaroa #0D2238

Color information

#0D2238 (or 0x0D2238) is unknown color: approx Tangaroa. HEX triplet: 0D, 22 and 38. RGB value is (13,34,56). Sum of RGB (Red+Green+Blue) = 13+34+56=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #0D2238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2238 is #F2DDC7. Grayscale: #1E1E1E. Windows color (decimal): -15916488 or 3678733. OLE color: 3678733.

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

Color convert

RGB133456-
CMYK0.770.3900.78
HSL210.7º62.32%13.53%-
HSV(B)210.7º76.79%21.96%-
XYZ1.451.523.96-
YUV30.23142.54115.71-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.62%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 56 (22.27% from 255) = 54.37%
R=12.62%
G=33.01%
B=54.37%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1334560.770.3900.78210.762.3213.53
HexD22384D2704Ed33ee
Octal1542701154701163237616
Binary1101100010111000100110110011101001110110100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D2238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,34,56); }

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

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

 a { background-color: rgb(13,34,56); }

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

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

 span { border-color: rgb(13,34,56); }

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