Html Css Color HEX #04233D Tangaroa

📋 copy color: '#04233D'

red 4 ◦ green 35 ◦ blue 61

#04233D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #04233D

Tints of Tangaroa #04233D

RGB

 RED value IS 4 (1.95% from 255) = 4%

 GREEN value IS 35 (14.06% from 255) = 35%

 BLUE value IS 61 (24.22% from 255) = 61%

R = 4%
G = 35%
B = 61%

CMYK

 C value IS 0.93

 M value IS 0.43

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04233D (or 0x04233D) is known color: Tangaroa. HEX triplet: 04, 23 and 3D. RGB value is (4,35,61). Sum of RGB (Red+Green+Blue) = 4+35+61=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #04233D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04233D is #FBDCC2. Grayscale: #1C1C1C. Windows color (decimal): -16506051 or 4006660. OLE color: 4006660.

HSL color Cylindrical-coordinate representation of color #04233D: hue angle of 207.37º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04233D is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 35 61 -
CMYK 0.93 0.43 0 0.76
HSL 207.37º 0.88% 0.13% -
HSV(B) 207.37º 0.93% 0.24% -
XYZ 1.49 1.56 4.64 -
YUV 28.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 4 35 61 0.93 0.43 0 0.76 207.37 0.88 0.13
Hex 4 23 3D 5D 2B 0 4C CF 58 D
Octal 4 43 75 135 53 0 114 317 130 15
Binary 100 100011 111101 1011101 101011 0 1001100 11001111 1011000 1101

Color Harmonies of #04233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04233D

Black with #04233D

Text Example


Text Example

White with #04233D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04233D;
 }
 .AnyTagClassName
 {
   color: #04233D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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