#00253A

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

Shades of Tangaroa #00253A

Tints of Tangaroa #00253A

Color information

#00253A (or 0x00253A) is unknown color: approx Tangaroa. HEX triplet: 00, 25 and 3A. RGB value is (0,37,58). Sum of RGB (Red+Green+Blue) = 0+37+58=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #00253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00253A is #FFDAC5. Grayscale: #1C1C1C. Windows color (decimal): -16767686 or 3810560. OLE color: 3810560.

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

Color convert

RGB03758-
CMYK10.3600.77
HSL201.72º100%11.37%-
HSV(B)201.72º100%22.75%-
XYZ1.431.634.24-
YUV28.33144.74107.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 58 (23.05% from 255) = 61.05%
R=0%
G=38.95%
B=61.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0375810.3600.77201.7210011.37
Hex0253A642404Dca64b
Octal0457214444011531214413
Binary01001011110101100100100100010011011100101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00253A; }

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

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

<style>
 a { background-color: #00253A; }

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

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

<style>
 span { border-color: #00253A; }

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

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