Html Css Color HEX #04273F Tangaroa

📋 copy color: '#04273F'

red 4 ◦ green 39 ◦ blue 63

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

Shades of Tangaroa #04273F

Tints of Tangaroa #04273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.79%

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

R = 3.77%
G = 36.79%
B = 59.43%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#04273F (or 0x04273F) is known color: Tangaroa. HEX triplet: 04, 27 and 3F. RGB value is (4,39,63). Sum of RGB (Red+Green+Blue) = 4+39+63=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #04273F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04273F is #FBD8C0. Grayscale: #1F1F1F. Windows color (decimal): -16505025 or 4138756. OLE color: 4138756.

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

Color convert

RGB 4 39 63 -
CMYK 0.94 0.38 0 0.75
HSL 204.41º 0.88% 0.13% -
HSV(B) 204.41º 0.94% 0.25% -
XYZ 1.67 1.84 4.97 -
YUV 31.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 4 39 63 0.94 0.38 0 0.75 204.41 0.88 0.13
Hex 4 27 3F 5E 26 0 4B CC 58 D
Octal 4 47 77 136 46 0 113 314 130 15
Binary 100 100111 111111 1011110 100110 0 1001011 11001100 1011000 1101

Color Harmonies of #04273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04273F

Black with #04273F

Text Example


Text Example

White with #04273F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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