#04233B

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

Shades of Tangaroa #04233B

Tints of Tangaroa #04233B

Color information

#04233B (or 0x04233B) is unknown color: approx Tangaroa. HEX triplet: 04, 23 and 3B. RGB value is (4,35,59). Sum of RGB (Red+Green+Blue) = 4+35+59=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 59 (23.44% from 255 or 60.20% from 98); Max value from RGB is 59 - color contains mainly: blue. Hex color #04233B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04233B is #FBDCC4. Grayscale: #1C1C1C. Windows color (decimal): -16506053 or 3875588. OLE color: 3875588.

HSL color Cylindrical-coordinate representation of color #04233B: hue angle of 206.18º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04233B is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB43559-
CMYK0.930.4100.77
HSL206.18º87.3%12.35%-
HSV(B)206.18º93.22%23.14%-
XYZ1.441.544.36-
YUV28.47145.23110.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 59 (23.44% from 255) = 60.20%
R=4.08%
G=35.71%
B=60.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal435590.930.4100.77206.1887.312.35
Hex4233B5D2904Dce57c
Octal4437313551011531612714
Binary1001000111110111011101101001010011011100111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04233B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04233B; }

 p { color: rgb(4,35,59); }

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

<style>
 a { background-color: #04233B; }

 a { background-color: rgb(4,35,59); }

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

<style>
 span { border-color: #04233B; }

 span { border-color: rgb(4,35,59); }

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