Html Css Color HEX #06264A Tangaroa

📋 copy color: '#06264A'

red 6 ◦ green 38 ◦ blue 74

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

Shades of Tangaroa #06264A

Tints of Tangaroa #06264A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 62.71%

R = 5.08%
G = 32.2%
B = 62.71%

CMYK

 C value IS 0.92

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#06264A (or 0x06264A) is known color: Tangaroa. HEX triplet: 06, 26 and 4A. RGB value is (6,38,74). Sum of RGB (Red+Green+Blue) = 6+38+74=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #06264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06264A is #F9D9B5. Grayscale: #202020. Windows color (decimal): -16374198 or 4859398. OLE color: 4859398.

HSL color Cylindrical-coordinate representation of color #06264A: hue angle of 211.76º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #06264A is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 6 38 74 -
CMYK 0.92 0.49 0 0.71
HSL 211.76º 0.85% 0.16% -
HSV(B) 211.76º 0.92% 0.29% -
XYZ 2 1.92 6.74 -
YUV 32.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 6 38 74 0.92 0.49 0 0.71 211.76 0.85 0.16
Hex 6 26 4A 5C 31 0 47 D4 55 10
Octal 6 46 112 134 61 0 107 324 125 20
Binary 110 100110 1001010 1011100 110001 0 1000111 11010100 1010101 10000

Color Harmonies of #06264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06264A

Black with #06264A

Text Example


Text Example

White with #06264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06264A; }

 p { color: rgb(6,38,74); }

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

background-color css

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

 a { background-color: rgb(6,38,74); }

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

border-color css

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

 span { border-color: rgb(6,38,74); }

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