Html Css Color HEX #052138 Tangaroa

📋 copy color: '#052138'

red 5 ◦ green 33 ◦ blue 56

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

Shades of Tangaroa #052138

Tints of Tangaroa #052138

RGB

 RED value IS 5 (2.34% from 255) = 5.32%

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

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

R = 5.32%
G = 35.11%
B = 59.57%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052138 (or 0x052138) is known color: Tangaroa. HEX triplet: 05, 21 and 38. RGB value is (5,33,56). Sum of RGB (Red+Green+Blue) = 5+33+56=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 56 (22.27% from 255 or 59.57% from 94); Max value from RGB is 56 - color contains mainly: blue. Hex color #052138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052138 is #FADEC7. Grayscale: #1B1B1B. Windows color (decimal): -16441032 or 3678469. OLE color: 3678469.

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

Color convert

RGB 5 33 56 -
CMYK 0.91 0.41 0 0.78
HSL 207.06º 0.84% 0.12% -
HSV(B) 207.06º 0.91% 0.22% -
XYZ 1.32 1.41 3.94 -
YUV 27.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 5 33 56 0.91 0.41 0 0.78 207.06 0.84 0.12
Hex 5 21 38 5B 29 0 4E CF 54 C
Octal 5 41 70 133 51 0 116 317 124 14
Binary 101 100001 111000 1011011 101001 0 1001110 11001111 1010100 1100

Color Harmonies of #052138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052138

Black with #052138

Text Example


Text Example

White with #052138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052138; }

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

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

background-color css

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

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

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

border-color css

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

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

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