Html Css Color HEX #052548 Tangaroa

📋 copy color: '#052548'

red 5 ◦ green 37 ◦ blue 72

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

Shades of Tangaroa #052548

Tints of Tangaroa #052548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 32.46%

 BLUE value IS 72 (28.52% from 255) = 63.16%

R = 4.39%
G = 32.46%
B = 63.16%

CMYK

 C value IS 0.93

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#052548 (or 0x052548) is known color: Tangaroa. HEX triplet: 05, 25 and 48. RGB value is (5,37,72). Sum of RGB (Red+Green+Blue) = 5+37+72=114 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.39% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #052548 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052548 is #FADAB7. Grayscale: #1F1F1F. Windows color (decimal): -16439992 or 4728069. OLE color: 4728069.

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

Color convert

RGB 5 37 72 -
CMYK 0.93 0.49 0 0.72
HSL 211.34º 0.87% 0.15% -
HSV(B) 211.34º 0.93% 0.28% -
XYZ 1.89 1.82 6.38 -
YUV 31.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 5 37 72 0.93 0.49 0 0.72 211.34 0.87 0.15
Hex 5 25 48 5D 31 0 48 D3 57 F
Octal 5 45 110 135 61 0 110 323 127 17
Binary 101 100101 1001000 1011101 110001 0 1001000 11010011 1010111 1111

Color Harmonies of #052548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052548

Black with #052548

Text Example


Text Example

White with #052548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052548; }

 p { color: rgb(5,37,72); }

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

background-color css

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

 a { background-color: rgb(5,37,72); }

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

border-color css

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

 span { border-color: rgb(5,37,72); }

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