Html Css Color HEX #052639 Tangaroa

📋 copy color: '#052639'

red 5 ◦ green 38 ◦ blue 57

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

Shades of Tangaroa #052639

Tints of Tangaroa #052639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 38%

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

R = 5%
G = 38%
B = 57%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#052639 (or 0x052639) is known color: Tangaroa. HEX triplet: 05, 26 and 39. RGB value is (5,38,57). Sum of RGB (Red+Green+Blue) = 5+38+57=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 57 (22.66% from 255 or 57% from 100); Max value from RGB is 57 - color contains mainly: blue. Hex color #052639 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052639 is #FAD9C6. Grayscale: #1E1E1E. Windows color (decimal): -16439751 or 3745285. OLE color: 3745285.

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

Color convert

RGB 5 38 57 -
CMYK 0.91 0.33 0 0.78
HSL 201.92º 0.84% 0.12% -
HSV(B) 201.92º 0.91% 0.22% -
XYZ 1.49 1.71 4.12 -
YUV 30.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 5 38 57 0.91 0.33 0 0.78 201.92 0.84 0.12
Hex 5 26 39 5B 21 0 4E CA 54 C
Octal 5 46 71 133 41 0 116 312 124 14
Binary 101 100110 111001 1011011 100001 0 1001110 11001010 1010100 1100

Color Harmonies of #052639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052639

Black with #052639

Text Example


Text Example

White with #052639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052639; }

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

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

background-color css

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

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

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

border-color css

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

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

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