Html Css Color HEX #052642 Tangaroa

📋 copy color: '#052642'

red 5 ◦ green 38 ◦ blue 66

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

Shades of Tangaroa #052642

Tints of Tangaroa #052642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 60.55%

R = 4.59%
G = 34.86%
B = 60.55%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#052642 (or 0x052642) is known color: Tangaroa. HEX triplet: 05, 26 and 42. RGB value is (5,38,66). Sum of RGB (Red+Green+Blue) = 5+38+66=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #052642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052642 is #FAD9BD. Grayscale: #1F1F1F. Windows color (decimal): -16439742 or 4335109. OLE color: 4335109.

HSL color Cylindrical-coordinate representation of color #052642: hue angle of 207.54º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052642 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 38 66 -
CMYK 0.92 0.42 0 0.74
HSL 207.54º 0.86% 0.14% -
HSV(B) 207.54º 0.92% 0.26% -
XYZ 1.74 1.81 5.41 -
YUV 31.33 147.57 109.22 -
System Red Green Blue C M Y K H S L
Decimal 5 38 66 0.92 0.42 0 0.74 207.54 0.86 0.14
Hex 5 26 42 5C 2A 0 4A D0 56 E
Octal 5 46 102 134 52 0 112 320 126 16
Binary 101 100110 1000010 1011100 101010 0 1001010 11010000 1010110 1110

Color Harmonies of #052642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052642

Black with #052642

Text Example


Text Example

White with #052642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052642; }

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

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

background-color css

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

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

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

border-color css

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

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

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