Html Css Color HEX #04263F Tangaroa

📋 copy color: '#04263F'

red 4 ◦ green 38 ◦ blue 63

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

Shades of Tangaroa #04263F

Tints of Tangaroa #04263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.19%

 BLUE value IS 63 (25% from 255) = 60%

R = 3.81%
G = 36.19%
B = 60%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#04263F (or 0x04263F) is known color: Tangaroa. HEX triplet: 04, 26 and 3F. RGB value is (4,38,63). Sum of RGB (Red+Green+Blue) = 4+38+63=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 63 (25% from 255 or 60% from 105); Max value from RGB is 63 - color contains mainly: blue. Hex color #04263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04263F is #FBD9C0. Grayscale: #1E1E1E. Windows color (decimal): -16505281 or 4138500. OLE color: 4138500.

HSL color Cylindrical-coordinate representation of color #04263F: hue angle of 205.42º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04263F is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 38 63 -
CMYK 0.94 0.40 0 0.75
HSL 205.42º 0.88% 0.13% -
HSV(B) 205.42º 0.94% 0.25% -
XYZ 1.64 1.77 4.96 -
YUV 30.68 146.24 108.97 -
System Red Green Blue C M Y K H S L
Decimal 4 38 63 0.94 0.40 0 0.75 205.42 0.88 0.13
Hex 4 26 3F 5E 28 0 4B CD 58 D
Octal 4 46 77 136 50 0 113 315 130 15
Binary 100 100110 111111 1011110 101000 0 1001011 11001101 1011000 1101

Color Harmonies of #04263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04263F

Black with #04263F

Text Example


Text Example

White with #04263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04263F; }

 p { color: rgb(4,38,63); }

 H1.HeaderClassName
 {
   color: #04263F;
 }
 .AnyTagClassName
 {
   color: #04263F;
 }
</style>

background-color css

<style>
 a { background-color: #04263F; }

 a { background-color: rgb(4,38,63); }

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

border-color css

<style>
 span { border-color: #04263F; }

 span { border-color: rgb(4,38,63); }

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