Html Css Color HEX #052648 Tangaroa

📋 copy color: '#052648'

red 5 ◦ green 38 ◦ blue 72

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

Shades of Tangaroa #052648

Tints of Tangaroa #052648

RGB

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

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

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

R = 4.35%
G = 33.04%
B = 62.61%

CMYK

 C value IS 0.93

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#052648 (or 0x052648) is known color: Tangaroa. HEX triplet: 05, 26 and 48. RGB value is (5,38,72). Sum of RGB (Red+Green+Blue) = 5+38+72=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #052648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052648 is #FAD9B7. Grayscale: #1F1F1F. Windows color (decimal): -16439736 or 4728325. OLE color: 4728325.

HSL color Cylindrical-coordinate representation of color #052648: hue angle of 210.45º 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 #052648 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 5 38 72 -
CMYK 0.93 0.47 0 0.72
HSL 210.45º 0.87% 0.15% -
HSV(B) 210.45º 0.93% 0.28% -
XYZ 1.93 1.89 6.39 -
YUV 32.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 5 38 72 0.93 0.47 0 0.72 210.45 0.87 0.15
Hex 5 26 48 5D 2F 0 48 D2 57 F
Octal 5 46 110 135 57 0 110 322 127 17
Binary 101 100110 1001000 1011101 101111 0 1001000 11010010 1010111 1111

Color Harmonies of #052648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052648

Black with #052648

Text Example


Text Example

White with #052648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052648; }

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

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

background-color css

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

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

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

border-color css

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

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

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