Html Css Color HEX #052038 Tangaroa

📋 copy color: '#052038'

red 5 ◦ green 32 ◦ blue 56

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

Shades of Tangaroa #052038

Tints of Tangaroa #052038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 34.41%

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

R = 5.38%
G = 34.41%
B = 60.22%

CMYK

 C value IS 0.91

 M value IS 0.43

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052038 (or 0x052038) is known color: Tangaroa. HEX triplet: 05, 20 and 38. RGB value is (5,32,56). Sum of RGB (Red+Green+Blue) = 5+32+56=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 32 (12.89% from 255 or 34.41% 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 #052038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052038 is #FADFC7. Grayscale: #1A1A1A. Windows color (decimal): -16441288 or 3678213. OLE color: 3678213.

HSL color Cylindrical-coordinate representation of color #052038: hue angle of 208.24º 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 #052038 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 32 56 -
CMYK 0.91 0.43 0 0.78
HSL 208.24º 0.84% 0.12% -
HSV(B) 208.24º 0.91% 0.22% -
XYZ 1.29 1.35 3.93 -
YUV 26.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 5 32 56 0.91 0.43 0 0.78 208.24 0.84 0.12
Hex 5 20 38 5B 2B 0 4E D0 54 C
Octal 5 40 70 133 53 0 116 320 124 14
Binary 101 100000 111000 1011011 101011 0 1001110 11010000 1010100 1100

Color Harmonies of #052038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052038

Black with #052038

Text Example


Text Example

White with #052038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052038; }

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

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

background-color css

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

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

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

border-color css

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

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

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