Html Css Color HEX #052339 Tangaroa

📋 copy color: '#052339'

red 5 ◦ green 35 ◦ blue 57

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

Shades of Tangaroa #052339

Tints of Tangaroa #052339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 36.08%

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

R = 5.15%
G = 36.08%
B = 58.76%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052339 (or 0x052339) is known color: Tangaroa. HEX triplet: 05, 23 and 39. RGB value is (5,35,57). Sum of RGB (Red+Green+Blue) = 5+35+57=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 57 (22.66% from 255 or 58.76% from 97); Max value from RGB is 57 - color contains mainly: blue. Hex color #052339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052339 is #FADCC6. Grayscale: #1C1C1C. Windows color (decimal): -16440519 or 3744517. OLE color: 3744517.

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

Color convert

RGB 5 35 57 -
CMYK 0.91 0.39 0 0.78
HSL 205.38º 0.84% 0.12% -
HSV(B) 205.38º 0.91% 0.22% -
XYZ 1.4 1.53 4.09 -
YUV 28.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 5 35 57 0.91 0.39 0 0.78 205.38 0.84 0.12
Hex 5 23 39 5B 27 0 4E CD 54 C
Octal 5 43 71 133 47 0 116 315 124 14
Binary 101 100011 111001 1011011 100111 0 1001110 11001101 1010100 1100

Color Harmonies of #052339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052339

Black with #052339

Text Example


Text Example

White with #052339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052339; }

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

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

background-color css

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

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

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

border-color css

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

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

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