Html Css Color HEX #052748 Tangaroa

📋 copy color: '#052748'

red 5 ◦ green 39 ◦ blue 72

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

Shades of Tangaroa #052748

Tints of Tangaroa #052748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 33.62%

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

R = 4.31%
G = 33.62%
B = 62.07%

CMYK

 C value IS 0.93

 M value IS 0.46

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#052748 (or 0x052748) is known color: Tangaroa. HEX triplet: 05, 27 and 48. RGB value is (5,39,72). Sum of RGB (Red+Green+Blue) = 5+39+72=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #052748 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052748 is #FAD8B7. Grayscale: #202020. Windows color (decimal): -16439480 or 4728581. OLE color: 4728581.

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

Color convert

RGB 5 39 72 -
CMYK 0.93 0.46 0 0.72
HSL 209.55º 0.87% 0.15% -
HSV(B) 209.55º 0.93% 0.28% -
XYZ 1.96 1.95 6.4 -
YUV 32.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 5 39 72 0.93 0.46 0 0.72 209.55 0.87 0.15
Hex 5 27 48 5D 2E 0 48 D2 57 F
Octal 5 47 110 135 56 0 110 322 127 17
Binary 101 100111 1001000 1011101 101110 0 1001000 11010010 1010111 1111

Color Harmonies of #052748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052748

Black with #052748

Text Example


Text Example

White with #052748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052748; }

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

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

background-color css

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

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

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

border-color css

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

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

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