Html Css Color HEX #06283B Tangaroa

📋 copy color: '#06283B'

red 6 ◦ green 40 ◦ blue 59

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

Shades of Tangaroa #06283B

Tints of Tangaroa #06283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 38.1%

 BLUE value IS 59 (23.44% from 255) = 56.19%

R = 5.71%
G = 38.1%
B = 56.19%

CMYK

 C value IS 0.90

 M value IS 0.32

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06283B (or 0x06283B) is known color: Tangaroa. HEX triplet: 06, 28 and 3B. RGB value is (6,40,59). Sum of RGB (Red+Green+Blue) = 6+40+59=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 59 (23.44% from 255 or 56.19% from 105); Max value from RGB is 59 - color contains mainly: blue. Hex color #06283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06283B is #F9D7C4. Grayscale: #1F1F1F. Windows color (decimal): -16373701 or 3876870. OLE color: 3876870.

HSL color Cylindrical-coordinate representation of color #06283B: hue angle of 201.51º degrees, saturation: 0.82, 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 #06283B is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 40 59 -
CMYK 0.90 0.32 0 0.77
HSL 201.51º 0.82% 0.13% -
HSV(B) 201.51º 0.9% 0.23% -
XYZ 1.62 1.87 4.41 -
YUV 32 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 6 40 59 0.90 0.32 0 0.77 201.51 0.82 0.13
Hex 6 28 3B 5A 20 0 4D CA 52 D
Octal 6 50 73 132 40 0 115 312 122 15
Binary 110 101000 111011 1011010 100000 0 1001101 11001010 1010010 1101

Color Harmonies of #06283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06283B

Black with #06283B

Text Example


Text Example

White with #06283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06283B; }

 p { color: rgb(6,40,59); }

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

background-color css

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

 a { background-color: rgb(6,40,59); }

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

border-color css

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

 span { border-color: rgb(6,40,59); }

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