Html Css Color HEX #042138 Tangaroa

📋 copy color: '#042138'

red 4 ◦ green 33 ◦ blue 56

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

Shades of Tangaroa #042138

Tints of Tangaroa #042138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 35.48%

 BLUE value IS 56 (22.27% from 255) = 60.22%

R = 4.3%
G = 35.48%
B = 60.22%

CMYK

 C value IS 0.93

 M value IS 0.41

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#042138 (or 0x042138) is known color: Tangaroa. HEX triplet: 04, 21 and 38. RGB value is (4,33,56). Sum of RGB (Red+Green+Blue) = 4+33+56=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 56 (22.27% from 255 or 60.22% from 93); Max value from RGB is 56 - color contains mainly: blue. Hex color #042138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042138 is #FBDEC7. Grayscale: #1A1A1A. Windows color (decimal): -16506568 or 3678468. OLE color: 3678468.

HSL color Cylindrical-coordinate representation of color #042138: hue angle of 206.54º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042138 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 33 56 -
CMYK 0.93 0.41 0 0.78
HSL 206.54º 0.87% 0.12% -
HSV(B) 206.54º 0.93% 0.22% -
XYZ 1.31 1.4 3.94 -
YUV 26.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 4 33 56 0.93 0.41 0 0.78 206.54 0.87 0.12
Hex 4 21 38 5D 29 0 4E CF 57 C
Octal 4 41 70 135 51 0 116 317 127 14
Binary 100 100001 111000 1011101 101001 0 1001110 11001111 1010111 1100

Color Harmonies of #042138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042138

Black with #042138

Text Example


Text Example

White with #042138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042138; }

 p { color: rgb(4,33,56); }

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

background-color css

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

 a { background-color: rgb(4,33,56); }

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

border-color css

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

 span { border-color: rgb(4,33,56); }

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