Html Css Color HEX #052348 Tangaroa

📋 copy color: '#052348'

red 5 ◦ green 35 ◦ blue 72

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

Shades of Tangaroa #052348

Tints of Tangaroa #052348

RGB

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

 GREEN value IS 35 (14.06% from 255) = 31.25%

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

R = 4.46%
G = 31.25%
B = 64.29%

CMYK

 C value IS 0.93

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#052348 (or 0x052348) is known color: Tangaroa. HEX triplet: 05, 23 and 48. RGB value is (5,35,72). Sum of RGB (Red+Green+Blue) = 5+35+72=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #052348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052348 is #FADCB7. Grayscale: #1E1E1E. Windows color (decimal): -16440504 or 4727557. OLE color: 4727557.

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

Color convert

RGB 5 35 72 -
CMYK 0.93 0.51 0 0.72
HSL 213.13º 0.87% 0.15% -
HSV(B) 213.13º 0.93% 0.28% -
XYZ 1.83 1.7 6.36 -
YUV 30.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 5 35 72 0.93 0.51 0 0.72 213.13 0.87 0.15
Hex 5 23 48 5D 33 0 48 D5 57 F
Octal 5 43 110 135 63 0 110 325 127 17
Binary 101 100011 1001000 1011101 110011 0 1001000 11010101 1010111 1111

Color Harmonies of #052348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052348

Black with #052348

Text Example


Text Example

White with #052348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052348; }

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

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

background-color css

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

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

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

border-color css

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

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

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