Html Css Color HEX #06243A Tangaroa

📋 copy color: '#06243A'

red 6 ◦ green 36 ◦ blue 58

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

Shades of Tangaroa #06243A

Tints of Tangaroa #06243A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 58%

R = 6%
G = 36%
B = 58%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06243A (or 0x06243A) is known color: Tangaroa. HEX triplet: 06, 24 and 3A. RGB value is (6,36,58). Sum of RGB (Red+Green+Blue) = 6+36+58=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 58 (23.05% from 255 or 58% from 100); Max value from RGB is 58 - color contains mainly: blue. Hex color #06243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06243A is #F9DBC5. Grayscale: #1D1D1D. Windows color (decimal): -16374726 or 3810310. OLE color: 3810310.

HSL color Cylindrical-coordinate representation of color #06243A: hue angle of 205.38º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06243A is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 36 58 -
CMYK 0.90 0.38 0 0.77
HSL 205.38º 0.81% 0.13% -
HSV(B) 205.38º 0.9% 0.23% -
XYZ 1.47 1.61 4.24 -
YUV 29.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 6 36 58 0.90 0.38 0 0.77 205.38 0.81 0.13
Hex 6 24 3A 5A 26 0 4D CD 51 D
Octal 6 44 72 132 46 0 115 315 121 15
Binary 110 100100 111010 1011010 100110 0 1001101 11001101 1010001 1101

Color Harmonies of #06243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06243A

Black with #06243A

Text Example


Text Example

White with #06243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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