Html Css Color HEX #052239 Tangaroa

📋 copy color: '#052239'

red 5 ◦ green 34 ◦ blue 57

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

Shades of Tangaroa #052239

Tints of Tangaroa #052239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 35.42%

 BLUE value IS 57 (22.66% from 255) = 59.38%

R = 5.21%
G = 35.42%
B = 59.38%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052239 (or 0x052239) is known color: Tangaroa. HEX triplet: 05, 22 and 39. RGB value is (5,34,57). Sum of RGB (Red+Green+Blue) = 5+34+57=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 57 (22.66% from 255 or 59.38% from 96); Max value from RGB is 57 - color contains mainly: blue. Hex color #052239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052239 is #FADDC6. Grayscale: #1B1B1B. Windows color (decimal): -16440775 or 3744261. OLE color: 3744261.

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

Color convert

RGB 5 34 57 -
CMYK 0.91 0.40 0 0.78
HSL 206.54º 0.84% 0.12% -
HSV(B) 206.54º 0.91% 0.22% -
XYZ 1.37 1.47 4.08 -
YUV 27.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 5 34 57 0.91 0.40 0 0.78 206.54 0.84 0.12
Hex 5 22 39 5B 28 0 4E CF 54 C
Octal 5 42 71 133 50 0 116 317 124 14
Binary 101 100010 111001 1011011 101000 0 1001110 11001111 1010100 1100

Color Harmonies of #052239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052239

Black with #052239

Text Example


Text Example

White with #052239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052239; }

 p { color: rgb(5,34,57); }

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

background-color css

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

 a { background-color: rgb(5,34,57); }

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

border-color css

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

 span { border-color: rgb(5,34,57); }

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