Html Css Color HEX #04253D Tangaroa

📋 copy color: '#04253D'

red 4 ◦ green 37 ◦ blue 61

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

Shades of Tangaroa #04253D

Tints of Tangaroa #04253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 59.8%

R = 3.92%
G = 36.27%
B = 59.8%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04253D (or 0x04253D) is known color: Tangaroa. HEX triplet: 04, 25 and 3D. RGB value is (4,37,61). Sum of RGB (Red+Green+Blue) = 4+37+61=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 37 (14.84% from 255 or 36.27% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #04253D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04253D is #FBDAC2. Grayscale: #1D1D1D. Windows color (decimal): -16505539 or 4007172. OLE color: 4007172.

HSL color Cylindrical-coordinate representation of color #04253D: hue angle of 205.26º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04253D is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 37 61 -
CMYK 0.93 0.39 0 0.76
HSL 205.26º 0.88% 0.13% -
HSV(B) 205.26º 0.93% 0.24% -
XYZ 1.55 1.69 4.66 -
YUV 29.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 4 37 61 0.93 0.39 0 0.76 205.26 0.88 0.13
Hex 4 25 3D 5D 27 0 4C CD 58 D
Octal 4 45 75 135 47 0 114 315 130 15
Binary 100 100101 111101 1011101 100111 0 1001100 11001101 1011000 1101

Color Harmonies of #04253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04253D

Black with #04253D

Text Example


Text Example

White with #04253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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