Html Css Color HEX #062448 Tangaroa

📋 copy color: '#062448'

red 6 ◦ green 36 ◦ blue 72

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

Shades of Tangaroa #062448

Tints of Tangaroa #062448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.58%

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

R = 5.26%
G = 31.58%
B = 63.16%

CMYK

 C value IS 0.92

 M value IS 0.5

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#062448 (or 0x062448) is known color: Tangaroa. HEX triplet: 06, 24 and 48. RGB value is (6,36,72). Sum of RGB (Red+Green+Blue) = 6+36+72=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 36 (14.45% from 255 or 31.58% 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 #062448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062448 is #F9DBB7. Grayscale: #1E1E1E. Windows color (decimal): -16374712 or 4727814. OLE color: 4727814.

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

Color convert

RGB 6 36 72 -
CMYK 0.92 0.5 0 0.72
HSL 212.73º 0.85% 0.15% -
HSV(B) 212.73º 0.92% 0.28% -
XYZ 1.88 1.77 6.37 -
YUV 31.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 6 36 72 0.92 0.5 0 0.72 212.73 0.85 0.15
Hex 6 24 48 5C 32 0 48 D5 55 F
Octal 6 44 110 134 62 0 110 325 125 17
Binary 110 100100 1001000 1011100 110010 0 1001000 11010101 1010101 1111

Color Harmonies of #062448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062448

Black with #062448

Text Example


Text Example

White with #062448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062448; }

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

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

background-color css

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

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

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

border-color css

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

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

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