Html Css Color HEX #04253F Tangaroa

📋 copy color: '#04253F'

red 4 ◦ green 37 ◦ blue 63

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

Shades of Tangaroa #04253F

Tints of Tangaroa #04253F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.58%

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

R = 3.85%
G = 35.58%
B = 60.58%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#04253F (or 0x04253F) is known color: Tangaroa. HEX triplet: 04, 25 and 3F. RGB value is (4,37,63). Sum of RGB (Red+Green+Blue) = 4+37+63=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #04253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04253F is #FBDAC0. Grayscale: #1D1D1D. Windows color (decimal): -16505537 or 4138244. OLE color: 4138244.

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

Color convert

RGB 4 37 63 -
CMYK 0.94 0.41 0 0.75
HSL 206.44º 0.88% 0.13% -
HSV(B) 206.44º 0.94% 0.25% -
XYZ 1.61 1.71 4.95 -
YUV 30.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 4 37 63 0.94 0.41 0 0.75 206.44 0.88 0.13
Hex 4 25 3F 5E 29 0 4B CE 58 D
Octal 4 45 77 136 51 0 113 316 130 15
Binary 100 100101 111111 1011110 101001 0 1001011 11001110 1011000 1101

Color Harmonies of #04253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04253F

Black with #04253F

Text Example


Text Example

White with #04253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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