Html Css Color HEX #04283F Tangaroa

📋 copy color: '#04283F'

red 4 ◦ green 40 ◦ blue 63

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

Shades of Tangaroa #04283F

Tints of Tangaroa #04283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.38%

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

R = 3.74%
G = 37.38%
B = 58.88%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#04283F (or 0x04283F) is known color: Tangaroa. HEX triplet: 04, 28 and 3F. RGB value is (4,40,63). Sum of RGB (Red+Green+Blue) = 4+40+63=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #04283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04283F is #FBD7C0. Grayscale: #1F1F1F. Windows color (decimal): -16504769 or 4139012. OLE color: 4139012.

HSL color Cylindrical-coordinate representation of color #04283F: hue angle of 203.39º 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 #04283F is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 40 63 -
CMYK 0.94 0.37 0 0.75
HSL 203.39º 0.88% 0.13% -
HSV(B) 203.39º 0.94% 0.25% -
XYZ 1.71 1.9 4.98 -
YUV 31.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 4 40 63 0.94 0.37 0 0.75 203.39 0.88 0.13
Hex 4 28 3F 5E 25 0 4B CB 58 D
Octal 4 50 77 136 45 0 113 313 130 15
Binary 100 101000 111111 1011110 100101 0 1001011 11001011 1011000 1101

Color Harmonies of #04283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04283F

Black with #04283F

Text Example


Text Example

White with #04283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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