Html Css Color HEX #04233B Tangaroa

📋 copy color: '#04233B'

red 4 ◦ green 35 ◦ blue 59

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

Shades of Tangaroa #04233B

Tints of Tangaroa #04233B

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.2%

R = 4.08%
G = 35.71%
B = 60.2%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#04233B (or 0x04233B) is known color: 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

RGB 4 35 59 -
CMYK 0.93 0.41 0 0.77
HSL 206.18º 0.87% 0.12% -
HSV(B) 206.18º 0.93% 0.23% -
XYZ 1.44 1.54 4.36 -
YUV 28.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 4 35 59 0.93 0.41 0 0.77 206.18 0.87 0.12
Hex 4 23 3B 5D 29 0 4D CE 57 C
Octal 4 43 73 135 51 0 115 316 127 14
Binary 100 100011 111011 1011101 101001 0 1001101 11001110 1010111 1100

Color Harmonies of #04233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04233B

Black with #04233B

Text Example


Text Example

White with #04233B

Text Example


Text Example

HTML Codes & Css Web 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>