Html Css Color HEX #062348 Tangaroa

📋 copy color: '#062348'

red 6 ◦ green 35 ◦ blue 72

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

Shades of Tangaroa #062348

Tints of Tangaroa #062348

RGB

 RED value IS 6 (2.73% from 255) = 5.31%

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

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

R = 5.31%
G = 30.97%
B = 63.72%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#062348 (or 0x062348) is known color: Tangaroa. HEX triplet: 06, 23 and 48. RGB value is (6,35,72). Sum of RGB (Red+Green+Blue) = 6+35+72=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #062348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062348 is #F9DCB7. Grayscale: #1E1E1E. Windows color (decimal): -16374968 or 4727558. OLE color: 4727558.

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

Color convert

RGB 6 35 72 -
CMYK 0.92 0.51 0 0.72
HSL 213.64º 0.85% 0.15% -
HSV(B) 213.64º 0.92% 0.28% -
XYZ 1.85 1.71 6.36 -
YUV 30.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 6 35 72 0.92 0.51 0 0.72 213.64 0.85 0.15
Hex 6 23 48 5C 33 0 48 D6 55 F
Octal 6 43 110 134 63 0 110 326 125 17
Binary 110 100011 1001000 1011100 110011 0 1001000 11010110 1010101 1111

Color Harmonies of #062348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062348

Black with #062348

Text Example


Text Example

White with #062348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062348; }

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

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

background-color css

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

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

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

border-color css

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

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

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