Html Css Color HEX #052246 Tangaroa

📋 copy color: '#052246'

red 5 ◦ green 34 ◦ blue 70

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

Shades of Tangaroa #052246

Tints of Tangaroa #052246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 64.22%

R = 4.59%
G = 31.19%
B = 64.22%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#052246 (or 0x052246) is known color: Tangaroa. HEX triplet: 05, 22 and 46. RGB value is (5,34,70). Sum of RGB (Red+Green+Blue) = 5+34+70=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 70 (27.73% from 255 or 64.22% from 109); Max value from RGB is 70 - color contains mainly: blue. Hex color #052246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052246 is #FADDB9. Grayscale: #1D1D1D. Windows color (decimal): -16440762 or 4596229. OLE color: 4596229.

HSL color Cylindrical-coordinate representation of color #052246: hue angle of 213.23º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052246 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 5 34 70 -
CMYK 0.93 0.51 0 0.73
HSL 213.23º 0.87% 0.15% -
HSV(B) 213.23º 0.93% 0.27% -
XYZ 1.74 1.62 6.02 -
YUV 29.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 5 34 70 0.93 0.51 0 0.73 213.23 0.87 0.15
Hex 5 22 46 5D 33 0 49 D5 57 F
Octal 5 42 106 135 63 0 111 325 127 17
Binary 101 100010 1000110 1011101 110011 0 1001001 11010101 1010111 1111

Color Harmonies of #052246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052246

Black with #052246

Text Example


Text Example

White with #052246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052246; }

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

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

background-color css

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

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

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

border-color css

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

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

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